- Output the source alias and index when cloning an index.
- The console command to list aliases and indexes indicates whether an index is orphaned.
- The console command to show the source of an element outputs the analyzer result as well.
- Event to manipulate the search parameters before querying Elasticsearch.
- The console command to list aliases and indexes return only relevant entries of the current config now. Added the option
--all
to show all available aliases and indexes again.
- Pasted slugs now find the corresponding element.
- Craft CMS 4 compatibility
- Indexation of elements can be done without using jobs and queues.
- Requires Craft CMS >= 4.0
- Added console command to list all aliases and indexes of the configured Elasticsearch cluster.
- Added workflow to switch back to Craft's database index.
- Added console command to truncate Craft's database index table.
- Field boosting.
- Utility page handles not existing index.
- Let Elasticsearch filter and tokenize the keywords.
- Initial release