We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293b4d5 commit 8a1d71dCopy full SHA for 8a1d71d
1 file changed
app/models/GeoFixer.php
@@ -73,6 +73,7 @@ public function findSimilarWord($word, $search_array)
73
if (in_array($word, $search_array)) {
74
return $word;
75
}
76
+ $this->fuzzy_helper = new FuzzySearchHelper();
77
78
$word = $this->string_helper->wordTranslit($word);
79
0 commit comments