All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Upgraded PHP requirement to 8.3.
- Upgraded Pest testing framework.
- Breaking change: Change custom date range aggregation query variable from a single array
custom_date_rangeto two separate variablesdate_gteanddate_lte. This resolves an issue (#84) where if the start date was cleared, the end date would incorrectly replace the start date and the end date would be cleared. Developers using the form provided in the custom date range class do not need to update their code, but those using custom processing with thecustom_date_rangeparameter must update their code to usedate_gteanddate_lteinstead.
- Initial release of the plugin
- Add post meta and term aggregations
- Add SearchPress adapter
- Fix fatal error when param is of type
WP_Term_Query
- Initial creation of the plugin
- Add support for VIP Enterprise Search
- Add support for restricting indexable post meta, post types and taxonomies
- Add support for aggregations (faceted search)
- Add support for Co-Authors Plus
- Add support for running empty (aggregations only) searches
- Add support for writing tests