|
@@ -52,7 +52,7 @@ |
|
|
block discarded – undo |
|
52
|
52
|
$tnt->fuzzy_distance = config('scout.tntsearch.fuzzy.distance', $tnt->fuzzy_distance); |
|
53
|
53
|
$tnt->fuzzy_prefix_length = config('scout.tntsearch.fuzzy.prefix_length', $tnt->fuzzy_prefix_length); |
|
54
|
54
|
$tnt->fuzzy_max_expansions = config('scout.tntsearch.fuzzy.max_expansions', $tnt->fuzzy_max_expansions); |
|
55
|
|
- $tnt->fuzzy_no_limit = config('scout.tntsearch.fuzzy.no_limit', $tnt->fuzzy_no_limit); |
|
|
55
|
+ $tnt->fuzzy_no_limit = config('scout.tntsearch.fuzzy.no_limit', $tnt->fuzzy_no_limit); |
|
56
|
56
|
} |
|
57
|
57
|
|
|
58
|
58
|
protected function setAsYouType($tnt) |
Please login to merge, or discard this patch.