Skip to content

Commit

Permalink
fix: scout
Browse files Browse the repository at this point in the history
  • Loading branch information
vicholp committed Dec 11, 2023
1 parent 1079915 commit c055464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/scout.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,10 @@
'prefix_length' => 2,
'max_expansions' => 50,
'distance' => 2,
'no_limit' => true
],
'asYouType' => true,
'searchBoolean' => env('TNTSEARCH_BOOLEAN', true),
'searchBoolean' => env('TNTSEARCH_BOOLEAN', false),
'maxDocs' => env('TNTSEARCH_MAX_DOCS', 500),
],
];

0 comments on commit c055464

Please sign in to comment.