Version 1.1.2

July 17, 2025
  • Added an error message to the indices utility when an index is not found or any other ApiException is thrown

Version 1.1.1

July 16, 2025
  • Fixed a bug where a query callable wouldn't resolve correctly when an element was saved

Version 1.1.0

July 9, 2025
  • Added support for element queries to be passed as callables

Version 1.0.2

July 7, 2025
  • Added support for indexing multiple documents per item (thanks bramnjissen)
  • Fixed a bug where the element ID was being used to delete a document instead of the indexed primary key
  • Fixed an issue where it could sometimes be possible to delete an element across multiple indexes when indexes were configured per site and the element was disabled for some sites

Version 1.0.1

June 12, 2025
  • Added support for facet distribution (thanks bramnjissen)

Version 1.0.0

February 26, 2025
  • Initial release