Search > Autocomplete > Overview
- Autocomplete is provided for the input of search words on search window.
- Enter data for Autocomplete by using index REST API.
- Get results for Autocomplete by using Autocomplete REST API.
Developing Autocomplete Service
Service is configured as below:
Development Process
-
Create Services
- The Autocomplete service is created.
-
Indexing
- Create JSON data according to the Autocomplete input format.
- Use REST API to enter created JSON data for Autocomplete.
-
Autocomplete
- Configure the front page with the result of Autocomplete REST API.