scout icon indicating copy to clipboard operation
scout copied to clipboard

Laravel Scout provides a driver based solution to searching your Eloquent models.

Results 15 scout issues
Sort by recently updated
recently updated
newest added

- Scout Version: 9.4.10 - Scout Driver: MeiliSearch - Laravel Version: 9.27.0 - PHP Version: 8.1.8 - Meilisearch CLI Version (If using Meilisearch): 0.28.1 ### Description: I've discovered that `Searchable::search('query...

needs more info

### Scout Version 10.8 ### Scout Driver Typesense ### Laravel Version 10.44.0 ### PHP Version 8.2.13 ### Description When searching for a string that is relatively common throughout a collection...

bug

### Scout Version 10.8.6 ### Scout Driver Typesense ### Laravel Version 11 ### PHP Version 8.3.6 ### Database Driver & Version _No response_ ### SDK Version _No response_ ### Meilisearch...

### Scout Version 10.8.6 ### Scout Driver Typesense ### Laravel Version 10.48.3 ### PHP Version 8.3.0 ### Database Driver & Version MySQL 8.0.36 ### SDK Version _No response_ ### Meilisearch...

needs more info

### Scout Version 10.9.0 ### Scout Driver Algolia ### Laravel Version 11.7 ### PHP Version 8.2.17 ### Database Driver & Version _No response_ ### SDK Version _No response_ ### Meilisearch...

help wanted

I'm not sure why the database engine is the only still using `getKeyName()`, but it should be using `getScoutKeyName()` as all the others. I just found this while trying to...

I'm using Laravel Scout, but I can't find a timeout option. Is there a way to set a timeout or configure the search to use Meilisearch? I'm looking for something...

This pull request addresses an issue where the paginate function in Laravel Scout with the Typesense engine always returns a number of records limited to the perPage value, rather than...

This PR adds the Docblocks necessary for static analysis to make a Scout Builder generic over a model based on the Searchable trait. I ran into the issue when iterating...