Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Suggest Search Terms (Autocomplete) #368

Open
DMalone87 opened this issue Mar 27, 2024 · 0 comments
Open

[FEATURE] Suggest Search Terms (Autocomplete) #368

DMalone87 opened this issue Mar 27, 2024 · 0 comments
Labels
backend enhancement New feature or request

Comments

@DMalone87
Copy link
Collaborator

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:

  • Locations
  • Officer Names
  • Agency Names

Additional context
Search Architecture

@DMalone87 DMalone87 added enhancement New feature or request backend labels Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant