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

Help the user out with search suggestions #68

Open
charlesreid1 opened this issue Aug 18, 2018 · 0 comments
Open

Help the user out with search suggestions #68

charlesreid1 opened this issue Aug 18, 2018 · 0 comments

Comments

@charlesreid1
Copy link
Contributor

There are two ways to provide a user with suggestions:

  • "Did you mean...?" and using a wordlist/dictionary to check for common misspellings
  • Autocomplete drop-down box

Centillion provides the former, but not the latter.

To implement the latter, may need to build a separate keyword search index, as suggested in this SO answer. Would also need to implement Javascript + API call to get lookahead suggestions.

@charlesreid1 charlesreid1 changed the title Help the user out with suggestions Help the user out with search suggestions Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant