Skip to content

Releases: designmynight/laravel-elasticsearch

v6.2.2

14 Sep 14:38
4ad17ed
Compare
Choose a tag to compare

Security update for symfony/http-kernel

v6.2.0

11 Sep 14:16
deb64c3
Compare
Choose a tag to compare

Allows delete many through $query->delete() by using delete-by-query

v4.1.0

02 Apr 08:57
0436525
Compare
Choose a tag to compare

New feature

  • When querying a document which has a parent document, the parent ID is now hydrated in the model as _parent.

Bug fix

12 Mar 09:33
204ff4b
Compare
Choose a tag to compare

Make the $schema property protected in the Migration class

Improved swap index feature

26 Feb 10:43
7b839e8
Compare
Choose a tag to compare

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

04 Feb 16:45
60eef08
Compare
Choose a tag to compare

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

14 Jan 11:48
ce06657
Compare
Choose a tag to compare

Feature:
Adds basic support for adding index settings such as analyzers #96

Bug fixes:
Fixes chunk queries by overriding getResultsOnce when pagination changes #97

Fixes delete query for ES 7.*

21 Oct 16:28
1be690a
Compare
Choose a tag to compare

Removes the property for specifying a document type as this is no longer supported by ES 7.*

Accept filter keyword for relation queries

23 Sep 14:46
f2139e8
Compare
Choose a tag to compare

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

16 Sep 12:48
912c622
Compare
Choose a tag to compare

Elasticsearch 7 has removed support for document types, this release removes the document type query from this package.