Skip to content

Commit 8a1d71d

Browse files
committed
fix fuzzy search helper bug
1 parent 293b4d5 commit 8a1d71d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/models/GeoFixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public function findSimilarWord($word, $search_array)
7373
if (in_array($word, $search_array)) {
7474
return $word;
7575
}
76+
$this->fuzzy_helper = new FuzzySearchHelper();
7677

7778
$word = $this->string_helper->wordTranslit($word);
7879

0 commit comments

Comments
 (0)