Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Releases: devloopsnet/laravel-scout-typesense-engine

v4.1.4

29 Oct 01:20
50b6002
Compare
Choose a tag to compare
  • Fix error handling when importing documents.
  • Fix deleting document.

v4.1.3

09 Oct 15:47
Compare
Choose a tag to compare
  • Fixing coding style.

v4.1.2

02 Oct 20:50
Compare
Choose a tag to compare
  • Fix building location order.

v4.1.1

02 Oct 20:37
Compare
Choose a tag to compare
  • Fix building order clause.

v4.1.0

02 Oct 20:21
Compare
Choose a tag to compare

New Release

  • Fix/Handle building filters (where) and extending it to support passing operators.
  • Fix/Handle building orders.
  • Fix import to report results which helps to find failed documents.
  • Added support orderByLocation() to scout builder using macros.
  • Added support groupBy() to scout builder using macros.
  • Added support groupByLimit() to scout builder using macros.
  • Added support setHighlightStartTag() to scout builder using macros.
  • Added support setHighlightEndTag() to scout builder using macros.
  • Added support limitHits() to scout builder using macros.
  • Added missing license file.
  • Updated readme with more examples.

v4.0.3

10 Sep 02:10
cfa34d6
Compare
Choose a tag to compare
  • Rename configuration key from typesensesearch to typesense.
  • Fixed property access reference.
  • Update configuration sample key.

v4.0.2

10 Sep 02:02
e74205b
Compare
Choose a tag to compare
  • Fix softDelete reference.

v4.0.1

10 Sep 01:52
13a8247
Compare
Choose a tag to compare
  • Fixed passing configuration to Typesense client.

v4.0

26 Jun 17:02
Compare
Choose a tag to compare
  • Added support for batch-(delete/update).
  • Dropped support for Laravel 5,6.
  • Added support for Laravel 8.
  • Added support for php 8.*.
  • Dropped support for php 7.*.
  • Added support for laravel-scout 9.*.

v3.0.2

20 Nov 15:13
1ba85c1
Compare
Choose a tag to compare
  • Fix deleting #9