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