[WIP] Search for hashtags
Created by: Tirokk
Authored by Mogge Merged
🍰 Pullrequest
Issues
- fixes #2143 (closed)
- relates #2146
Todo
- do we need another fulltext index for the tags? Is a query with
contains(query)
really a performance issue? - Clicking on the Tag in the search result dropdown should filter the posts on the index page by
_TagFilter
. Correct?