🚀 [Feature] Search by hashtags
Created by: Tirokk
Authored by alina-beck Closed
🚀 Feature
Users should be able to search by hashtags by entering a keyword in the search field.
User Problem
At the moment users can only find posts by hashtag by navigating to a post and clicking the hashtag in its content. This takes a long time and can be very frustrating, especially since they first need to find a post that contains the hashtag they are interested in.
Implementation
The list of search results should include a section with hashtags
where the relevant hashtags are listed. Selecting a hashtag initiates the hashtag search the way it is working now (i.e. displaying the hashtag on top of a page with posts containing that hashtag).
Design & Layout
The hashtag results should look similar to the post and user results in this example:
Additional context
This is Step 3 in our search implementation – see #2146. Step 1 is adding users to the list of search results: #1463 (closed). Step 2 is limiting the number of search results to 15: #2142 (closed).
related to #1068 (closed)