Skip to content

What is the difference between autocomplete and instantsearch? #509

Answered by Haroenv
chhuang asked this question in Q&A
Discussion options

You must be logged in to vote

autocomplete is aimed towards making lightweight dropdown autocomplete / query suggestion UIs that you can easily add to every page on your site. However it does not have any UI for filters or pagination. That's where InstantSearch comes in. It has different widgets for different types of refinements (refinementList, rangeSlider, pagination etc.).

You can use autocomplete and InstantSearch together in the same UI (using connectAutocomplete or connectSearchBox to link the two together), and this is something that we will write more guides on in the future as well once the patterns mature more!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sarahdayan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants