-
## Description
I'm trying to use the Scout extension in my Laravel 11 project with Typesense as the search engine, but I couldn't retrieve or access the configured settings.Perhaps this is because …
-
### Scout Version
10.11.7
### Scout Driver
Meilisearch
### Laravel Version
11.33.2
### PHP Version
8.3
### Database Driver & Version
_No response_
### SDK Version
_No …
-
### Scout Version
10.11.1
### Scout Driver
Algolia
### Laravel Version
11
### PHP Version
8.3.8
### Database Driver & Version
_No response_
### SDK Version
_No response_
### Meilisearch CL…
-
### Scout Version
10.11
### Scout Driver
Typesense
### Laravel Version
11.29
### PHP Version
8.2.23
### Database Driver & Version
_No response_
### SDK Version
_No response_
### Meilisearc…
-
Hello guys,
I'm trying to update to Laravel 9 and php8.
Because of the scout update I needed to update to teamtnt/laravel-scout-tntsearch-driver 12, but tnt-analytics can't deal with that:
`tea…
-
Hi,
I have search on google for this issue, I found this: https://github.com/teamtnt/tntsearch/pull/284#issuecomment-1625496756. That says it should be fixed. But it's not, I'm still getting these …
-
### Description
Using Laravel Sail which handles docker for Laravel users works perfectly. If you install Docker Desktop for Linux, containers will no longer have the write access they need to store …
-
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)->const…
-
Is it possible to add a teamtnt/laravel-scout-tntsearch-driver?
-
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…