-
I was able to setup tntsearch successfully but wasn't able to get automatic indexing work.
I was following this article http://tnt.studio/blog/searching-for-bobby-fisher-with-laravel-5 but I reali…
-
Would it make sense to have an option to enable/disable asYouType runtime? Like, if your app would need both. At least I have different places on my page, that searches differently:
- some that shows…
-
[Symfony\Component\Debug\Exception\FatalErrorException]
Call to undefined method TeamTNT\TNTSearch\Facades\TNTSearch::loadConfig()
-
I use laravel 5.3 scout with elasticsearch driver.
This message appears when filling a database table - php artisan db: seed
As I understand the value of refresh to be true, and not 1 https://www.el…
ghost updated
7 years ago
-
Would love to see Laravel 5.4 support.
Currently this happens when running
`composer require damiantw/laravel-scout-mysql-driver`
You gets
`damiantw/laravel-scout-mysql-driver v1.0.6 requires…
-
I think the sample configuration shown in readme should be changed to
``` bash
// config/scout.php
// Set your driver to elasticsearch
'driver' => env('SCOUT_DRIVER', 'elasticsearch'),
...
…
-
Hi !
I'm trying to search using your code trought scout, like stated in the docs. What I'm trying is to do a query that ignores accents, I mean:
- I have a field "name" with "Málaga"
- I have…
-
- Laravel Version: 5.4.10
- PHP Version: 7.1
- Database Driver & Version: Mongodb (jenssegers/laravel-mongodb)
### Description:
When I use the scout search function and perform a get() command…
-
Hello,
after upgrading to 3.2, sometimes on login, I get error below.
it stops somewhere in the forms handler probably, because url is: /forms/handle/?????
but if I go to /admin later - I am lo…
-
Hi,
Laravel 5.3.29 (`php artisan --version`)
Scout 1.1.12 (from composer.lock)
I was using TNTSearch driver but I've moved on to Algolia, removed all mentions of TNTSearch in `composer.json` an…