-
I was able to successfully configure laravel-scout with tntsearch to search records. Works great when all records are imported with artisan. But when i try to add records to index, the searchable() me…
-
I installed TntSearch by Scout to be able to find records by string. The problem is when i use search()->get() method on my controller and receive "message": "Undefined index: docScores" error, but wh…
-
I've run `php artisan scout:import "App\Models\MyModel"` which creates indexes for all the records in my table. Unfortunately, an external process is inserting new records into the table. The searchab…
-
docker image seems to be quite big, so I try to identify ways to shrink it
### Ideas
- apt-get --no-install-recommends
- Review apt packages:
- snappdf requirements: https://github.com/begano…
-
hi .if this Laravel Scout driver does not need to update any indexes and no cache record , what is the benefits of using this package ?
is it faster than eloquent queries ???
thank you
-
## Detailed description
When I try to "php scout:import Model", I get the error
In Client.php line 353:
Endpoint product_flat not available (prod…
-
I saw that this package added a lot of queries to my application and at the part that adds the queries, you can see a comment `@TODO cache this.`.
https://github.com/yabhq/laravel-scout-mysql-drive…
-
### Command
artisan
### Description
Laravel's Artisan commands
### Homepage
https://laravel.com/
### Documentation
https://artisan.page/
### Repository
https://github.com/laravel/laravel
###…
x-di updated
4 months ago
-
Please make this compatible with Laravel 5.7. Whenever I do a composer require of the package, it fails and says to uninstall laravel/framework 5.7.25. I would really like to use this over other packa…
-