馃殌 [Feature] Search by Specific Type
Created by: Tirokk
Authored by Mogge
馃殌 Feature
So far, the search delivers results for Posts, Users and Hashtags. The back end should provide a mechanism to only provide results for specified types.
Related to #2145 (closed)
Implementation
Query in the search field will search for when starting with
! posts only
@ users only
# hashtags only
On the search page, the frontend can use these prefixes to specify the task to the backend. Combinations should be possible (e.g. @# searches for users and hashtags only)