You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[9.x] Fix custom scout keys not being utilized when deleting from queue (#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>
0 commit comments