Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

49 lines (29 loc) · 1.22 KB

Release Notes for Elasticsearch Plugin

Unreleased

Added

  • 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.

Changed

  • 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.

Fixed

  • Pasted slugs now find the corresponding element.

2.0.0 - 2022-06-15

Added

  • Craft CMS 4 compatibility
  • Indexation of elements can be done without using jobs and queues.

Changed

  • Requires Craft CMS >= 4.0

1.1.0 - 2022-04-27

Added

  • 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.

Fixed

  • Utility page handles not existing index.
  • Let Elasticsearch filter and tokenize the keywords.

1.0.0 - 2022-04-08

Added

  • Initial release