laravel-scout-array-driver icon indicating copy to clipboard operation
laravel-scout-array-driver copied to clipboard

Array driver for Laravel Scout

Results 1 laravel-scout-array-driver issues
Sort by recently updated
recently updated
newest added

Using https://github.com/teamtnt/laravel-scout-tntsearch-driver/?tab=readme-ov-file#constraints e.g. $constraints = Item::query(); $constraints->where('draft', false); Item::search($query)->constrain($constraints); works normally, but fails when testing using this driver. I'm guessing it's not possible to fix this, but maybe is worth...