Version 1.0.7

November 3, 2025
  • Renamed enableContextSearch setting to enableSemanticSearch
  • Added minimumRankingScore setting to post filter results based on vector scores
  • Added provider tag param to override config

Version 1.0.6

October 30, 2025
  • Added support for multi-index searching through the craft.dexter.multiSearch() tag.
  • URLs are removed from the __full_text property

Version 1.0.5

October 23, 2025
  • Small quality of life improvement. Create the config/dexter.php file on first install
  • Add instructions when no indices exist

Version 1.0.4

October 21, 2025
  • Fixed issue with deletions

Version 1.0.3

October 18, 2025
  • Improved error handling for missing configuration values.
  • Added frontend search endpoint site.com/dexter/search
  • Added alt text support to FileDescribe
  • Fixed recursion and efficiency issue when a File is updated after getting described

Version 1.0.2

October 15, 2025
  • Fixed a bug where the pipeline did not correctly handle non-JSON descriptions
  • Started adding support for alt text response in image descriptions

Version 1.0.0

October 15, 2025
  • Initial release