manifest / integrations / elasticpress-autosuggest
ElasticPress Autosuggest archived
DEPRECATED - Functionality merged into core ElasticPress plugin
by Aaron Holbrook, 10up · github.com/10up/elasticpress-autosuggest · website
★ 26stars
137composer installs
7forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/10up/elasticpress-autosuggest/archive/refs/heads/master.zipAlso on Packagist as 10up/elasticpress-autosuggest:
composer require 10up/elasticpress-autosuggestFrom the readme
ElasticPress Autosuggest
Warning: This plugin exposes your Elasticsearch publically. If not properly secured and used in conjunction with the Protected Content function, private content can be leaked publically.
Extend ElasticPress's search inputs to display search suggestions
Setup
You need to add an endpoint to your nginx config, that forwards requests for /es-search to your Elasticsearch host. Here is an example server block with the required location block:
Issues
If you identify any errors or have an idea for improving the plugin, please open an issue. We're excited to see what the community thinks of this project, and we would love your input!