Closed digitlimit closed 6 years ago
Ok I forgot to add, also + operand is for array_merge
Please close
'tntsearch' => [
'storage' => storage_path(), //place where the index files will be stored
'fuzziness' => env('TNTSEARCH_FUZZINESS', false),
'fuzzy' => [
'prefix_length' => 2,
'max_expansions' => 50,
'distance' => 2
],
'asYouType' => false,
'searchBoolean' => env('TNTSEARCH_BOOLEAN', false),
],
i have same problem
Appreciate this is from a while back, I had this problem for a short while today
php artisan config:cache
Sorted it for me.
hi I am having the same issue right now can anyone tell me how did you fixed it?
Please run:
php artisan optimize:clear
I got error message below when I run `php artisan scout:import "App\Model"
In TNTSearchScoutServiceProvider.php line 22: Unsupported operand types
And here is line 22
$config = config('scout.tntsearch') + config("database.connections.{$driver}");
Why are you guys using
+
?