Version 2.5
ElasticPress 2.5 includes a new Facets feature that makes it easy to add high performance content filtering controls to a website.
A new Facets widget enables site administrators to add taxonomy facets to a sidebar (or any widgetized area). When viewing a content list on the front end of the website, the widget will display the name of the taxonomy – e.g. “Categories” – and a checklist with all of its terms. Visitors can narrow down content by selecting terms they are interested in. The Facets feature can be globally configured to narrow results to content that is tagged with any or all of the selected terms. The widget’s front end output contains carefully named CSS classes, so that designers and developers can apply unique styling.
Version 2.5 also includes a number of smaller enhancements and fixes, including official support for Elasticsearch 6.2, and increased functional parity with the WP_Query API.
Here is a detailed list of what's been included in the release:
Enhancements
- Facets feature
--post-ids
CLI option to index only specific posts. Props dotancohen.- Filter for hiding host setting in dashboard. Props tomdxw.
- Support
WP_Query
meta querynot between
comparator.
Bugs
- Disallow duplicated Elasticsearch requests on WooCommerce orders page. Props lukaspawlik
- Fix taxonomy sync object warning. Props eugene-manuilov
true
inis_empty_query
terminates ep_query process when it shouldn't. Props yaronuliel