Skip to content

Releases: constantable/laravel-scout-sphinx

Removed hard-coded query option

11 Sep 21:16
2566ad2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.7...3.0

Add support for Laravel Scout 9

12 Sep 21:34
Compare
Choose a tag to compare

PHP 8 Support

06 May 10:50
654a42d
Compare
Choose a tag to compare
Add support for PHP 8 (#11)

* Add PHP 8 support

* Fix some warnings

* Fix some code

* Add PHP 8 to Travis

* Add temporary custom Git repository to get PHP 8 working

* Update Travis file

* Fix test namespace

2.5

22 Aug 22:30
899d6f8
Compare
Choose a tag to compare
2.5

Query limit fixes

Start match

12 Jan 17:16
Compare
Choose a tag to compare
Star matching and default orderBy (#6)

* Star matching and default orderBy

$model->toSearchableArray() could contain attributes that are not searchable Sphinx-fields, breaking this function. This happens in Laravel Nova together with Scout. The fix is to use star matching, which would give you the same results.

Adapted from https://github.com/DieZeeL/laravel-scout-sphinx/blob/master/src/Engines/SphinxEngine.php

Flush method implemented

03 Jan 18:31
Compare
Choose a tag to compare
Enable flushing of RT index (#5)

This will make the scout:flush Artisan command work

Merged #4

24 Oct 16:04
bbec48c
Compare
Choose a tag to compare
2.2

test_delete_removes_objects_to_index fixed

2.1

09 Oct 14:55
Compare
Choose a tag to compare
2.1

Merged PR #2 to fix issue "laravel scout not updating models" #1

2.0

10 Sep 01:22
Compare
Choose a tag to compare
2.0
  • New whereIn macro
  • where acts as WHERE column = value

1.2

30 Jun 11:26
Compare
Choose a tag to compare
1.2
Code covered by unit tests