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

search bar autocomplete #68

Open
PatrickLiu022 opened this issue Dec 4, 2023 · 0 comments
Open

search bar autocomplete #68

PatrickLiu022 opened this issue Dec 4, 2023 · 0 comments
Assignees

Comments

@PatrickLiu022
Copy link
Collaborator

UI:

  • Search bar should give suggestions as user types
  • Return as many terms but only show 6 - scroll to see rest of them
  • Should be able to use arrow keys to navigate between terms

Backend:

  • Make request to database to get terms, search by substring
  • order by match percentage
  • Debounce the request by 1 second after user stops typing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants