Skip to content

Release 5.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 12:13
· 53 commits to 5-salix since this release

What's Changed

  • feat: search registry and adapter by @le0m in #2019
  • Use search adapters in SearchableBehavior by @batopa in #2023
  • Differentiate operation for soft-deletes, add adapter name by @fquffio in #2032
  • build_search_index command by @didoda in #2034
  • chore: use adapter alias as option in BuildSearchIndex command by @le0m in #2041
  • Introduce search adapters by @batopa in #2022

Breaking changes

Custom tables that make use of $this->getBehavior('Searchable')->setConfig(...) to customize search fields must change to the $this->setupSimpleSearch(...) method.

Full Changelog: v5.18.2...v5.19.0