Skip to content

Remove period chars from search query for multilevel tags

talklittle requested to merge talklittle/tildes:fix-search-multilevel-tag into master

Tags are stored in the search index as space-separated strings with the periods removed. Searches for "parent.child" tags were failing because of the period.

Removing period is okay for now because URL domains are not currently indexed for search.

Fixes #468 (closed)

Merge request reports