-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[9.x] Fix custom scout keys not being utilized when deleting from que…
…ue (#656) * Add getUnqualifiedScoutKeyName method * Add RemoveableScoutCollection tests * Change order of update indexing so a custom key cannot be overridden and resolve deleting with custom key * Return a RemoveableScoutCollection instance and fix key type when scout key is a string * Add `RemoveFromSearch` meilisearch tests * Flush the container on tear down * Remove unneeded tearDown * Update algolia engine to delete using custom keys * Add Algolia deletion tests with custom keys * Rename "$values" to "$keys" for clarity * Spacing * Remove unused imports * CS fixes * Comment clarification * Move scout key array merge priority * Update RemoveFromSearch.php Co-authored-by: Taylor Otwell <taylor@laravel.com>
- Loading branch information
1 parent
3352fbc
commit 19d77a4
Showing
8 changed files
with
227 additions
and
42 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
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.