Releases: constantable/laravel-scout-sphinx
Releases · constantable/laravel-scout-sphinx
Removed hard-coded query option
Add support for Laravel Scout 9
2.7 Tests fixed
PHP 8 Support
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
Query limit fixes
Start match
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
Enable flushing of RT index (#5) This will make the scout:flush Artisan command work
Merged #4
2.2 test_delete_removes_objects_to_index fixed
2.1
2.0
- New
whereIn
macro where
acts asWHERE column = value
1.2
Code covered by unit tests