-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove support for search multi Indexes by once (BC Break) (#451)
As discuss result of the current state in #99 we will not longer support search on multi indexes as most engine do not support that. As an abstraction we should support what is possible on all or most engines. See #99. # BC Breaks - The `Engine::createSearchBuilder` requires a parameter `string $index` - The `Search` object not longer has `indexes` instead a single `index` variable - Elasticsearch and Opensearch can not longer search on multiple indexes in an aggregated result
- Loading branch information
1 parent
a631d99
commit d91446a
Showing
23 changed files
with
199 additions
and
416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.