Answer the question
In order to leave comments, you need to log in
How to set up TNTSearch search on Laravel?
Hello.
Implemented the TNTSearch search engine into a site written in Laravel.
The following is in the config/scout.php settings:
'tntsearch' => [
'storage' => storage_path(),
'fuzziness' => env('TNTSEARCH_FUZZINESS', true),
'fuzzy' => [
'prefix_length' => 2,
'max_expansions' => 20,
'distance' => 4,
],
'asYouType' => false,
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question