Skip to content

Releases: Hilsonxhero/laravel-elastic-vision

2.0.1

01 Apr 16:55
eb6cd17
Compare
Choose a tag to compare
Merge pull request #6 from Hilsonxhero/dev

chore : update docs

2.0.0

30 Mar 22:01
d8d347c
Compare
Choose a tag to compare

Added

  • QueryProperties with source filter and track total hits as first properties.
  • Support for Laravel Scout 10.
  • Support for scout:delete-all-indexes command.

Fixed

  • Bugs with deleting (aliased) indices.

Changed

  • (internal) service container bindings.

1.0.5

11 Mar 10:50
91f477e
Compare
Choose a tag to compare

Added

  • Add must_not query
  • Add QueryProperties to extend the output json from the query
  • and allow for user defined behavior on the query itself.
  • Add SourceFilter as QueryProperty to allow for defining
  • which fields are returned in the _source output
  • Ignore missing on deletes.

1.0.4

10 Mar 15:18
Compare
Choose a tag to compare
Update composer.json

1.0.3

10 Mar 14:45
Compare
Choose a tag to compare

Added

  • Add laravel 10 support

1.0.2

18 Feb 17:00
Compare
Choose a tag to compare

Added

  • Add laravel 10 support
  • Add prefix lenght field on multimatch
  • Add match phrase prefix query syntax
  • Range query error when starting at 0.
  • Ensure that aliases are created before index is updated.

1.0.1

13 Feb 21:08
Compare
Choose a tag to compare
chore : update resources

1.0.0

22 Jan 15:57
Compare
Choose a tag to compare
chore (license) : update license