Releases: designmynight/laravel-elasticsearch
v6.2.2
v6.2.0
Allows delete many through $query->delete()
by using delete-by-query
v4.1.0
New feature
- When querying a document which has a parent document, the parent ID is now hydrated in the model as
_parent
.
Bug fix
Make the $schema
property protected in the Migration class
Improved swap index feature
Improved the UX for the index:swap
command. All arguments are optional and you will be prompted for confirmation for each one.
Removed the ability to delete the index after the command has been run.
Improved copy index feature
Copying an index when no arguments or no "to" argument are provided will prompt you to select which index you would like to copy from/to.
Support for Index Settings
Fixes delete query for ES 7.*
Removes the property for specifying a document type as this is no longer supported by ES 7.*
Accept filter keyword for relation queries
To allow the use of the filter method on query builders within whereParent/whereChild contexts this update will convert a filter into a query. It will however error if both query and filter are used in the same context.
Remove support for document type queries for ES 7
Elasticsearch 7 has removed support for document types, this release removes the document type query from this package.