-
How can i properly reinitialize tntsearch.js script?
I need it because i use barba.js (https://github.com/luruke/barba.js) with preload and i need reinit all additional scripts on page changed.
When…
-
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?
-
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 …
-
Hi,
I am trying run tnsearch plugin via scheduler job but receive an error.
Error description not showing and job status is failure.
Manually tnsearch plugin is working correct.
How can I solve…
-
**Describe the bug**
When searching for content in Collectives the search never shows any result, because the backend produces the following error:
```
[collectives] Error: Collectives App Error:…
-
By default searching `cats dogs` with TNTSearch shows all results that contain either `cats` **OR** `dogs`.
However, I would like to get only the results that contain both search terms provided.
…
-
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…
-
After this https://github.com/koel/koel/issues/1811 I setup the container on another server.
Accesssed the docker like this: ```docker exec --user www-data -it koel bash```
Tried to run ```php artis…
-
Hi all
I am using TNTsearch for mySQL database. When I search the index for two or more words, TNT gives me wrong matches with only one of the keywords in them and not both. Is there a way to fix …