JS | Suggestions, autocomplete and redirects

Our JavaScript suite has been expanded with some awesome new functionality. From now on, implementing an autocomplete overlay (instead of an instant search overlay) is possible. The autocomplete is provided with search phrase suggestions, category suggestions, facet suggestions, and product suggestions and is as powerful as via our API implementation. We also implemented redirects support, which are not supported by using instant search.

πŸ“˜

Category and facet (filter) suggestions require additional configuration and will only work out of the box with some technical implementation.

Important note: For your JS implementation you can use either Instant Search, or Suggestions. Redirects are only applied to the Suggestions JS solution.

Full docs on implementing Instant Search / JS Implementation

Full docs on implementing Suggestions JS