You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Autocomplete is a common search feature that helps users find what they're looking for more easily. We should adopt this technique for our searches.
Describe the solution you'd like
Add an endpoint that can return suggested search terms for a user who is using the "Omni-Search" bar. The endpoint should accept a string (the unfinished search term) and return suggested search terms.
The suggested searches should be broken down into a few categories:
Is your feature request related to a problem? Please describe.
Autocomplete is a common search feature that helps users find what they're looking for more easily. We should adopt this technique for our searches.
Describe the solution you'd like
Add an endpoint that can return suggested search terms for a user who is using the "Omni-Search" bar. The endpoint should accept a string (the unfinished search term) and return suggested search terms.
The suggested searches should be broken down into a few categories:
Additional context
Search Architecture
The text was updated successfully, but these errors were encountered: