-
Notifications
You must be signed in to change notification settings - Fork 76
Add autocomplete functionality to Search API #109
Comments
Sounds fine and sounds like the sort of thing we should do out of the box? |
The autocomplete function provided by Solr could may not function in the same way most user would expect as for example Google. For example, www.australia.gov.au is using this function and Acquia search. If you search "does australia" it suggests:
Maybe we should consider offering a curated list of suggestions that can be easily controlled? |
On australia.gov.au, autocomplete suggestions are managed as a type of content and can be seeded through a CSV feed. This also allows content managers to put suggestions in categories (try entering "visa" on http://www.australia.gov.au/). My understanding is this feature is not difficult to be migrated to GovCMS and it also works with database search. |
Apache Solr 3.x "Suggester" ("autocomplete", also known as SuggestComponent) reuses much of the SpellCheckComponent infrastructure and based on [lucene suggest module](lucene suggest module). This is why #138 and this discussion are on same page. IMO, spellcheck is a partial "Suggester" "search autocomplete" on http://www.australia.gov.au/ is quite impressive, and we may take it into considerations. |
Given the issues with this functionality, I'm closing this issue. |
An site has stories requiring autocomplete functionality for the search feature. The Search API Autocomplete module would meet that requirement.
The text was updated successfully, but these errors were encountered: