elasticsearch_connector_suggester
This module adds the ability to use elasticsearch suggester, which improves suggester results for search_api, elasticsearch_connector and search_api_autocomplete module.
When configuring autocomplete with search_api module and the elasticsearch_connector module, auto completion is a little clunky.
This module adds an elasticsearch suggester that can be applied to fields wich the indexe's autocomplete is enabled.
To learn more about suggester in elasticsearch, read here: https://www.elastic.co/guide/en/elasticsearch/reference/master/search-su...
Similar module
https://www.drupal.org/project/search_api_autocomp
Requirements
- Search API module
- Search API Autocomplete module
- Elasticsearch Connector module
Installation
Install as usual, see https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-mod...
Configuration
- Enable the module
- Go to the search api index you want to add the suggester
- Go to autocomplete tab
- Select the 'Elastic display live results' suggester
- Select the field or fields you want to use for the suggester
- Save the autocomplete configuration
Author
Dudás József (https://www.drupal.org/u/dj1999)
Supporting organization
This module was developed by Brainsum (https://www.drupal.org/brainsum)