Setting up auto-completion on your search box
The DXP search provides an auto-completion service which delivers search suggestions to your search box.
Auto-completion can be integrated with any search box that’s deployed on your website.
A basic autocompletion index is automatically generated and provides keyword suggestions based on words in the index.
There are two options available for using the auto-completion.
-
Using the auto-completion widget provided with the DXP search - there is a Javascript widget that can be used to provide the auto-completions. This has some dependencies (JQuery, Handlebars).
-
Writing your own code to connect to the DXP search auto-completion web service.