Contributors: BigWing, morganestes
Tags: elasticpress, elasticsearch, rest api
Requires at least: 4.7
Tested up to: 5.3
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Integrate and extend BigWing's Elasticsearch service using the ElasticPress plugin.
Use ElasticPress features with BigWing's custom Elasticsearch setup, including authenticated requests and hardened Autosuggest.
- Install, activate, and configure the ElasticPress plugin from 10up (https://wordpress.org/plugins/elasticpress/).
- Install and activate this plugin using your preferred method.
- Add your Elasticsearch credentials to
wp-config.php
using theES_SHIELD
PHP constant (e.g.define( 'ES_SHIELD', '{username}:{password}' );
). - Enable the Autosuggest feature in ElasticPress.
- Initial development release.
- Adds an internal Autosuggest endpoint to the WP REST API.