Cory Baumer
Cory Baumer
in the tntsearch wordlist table there are three entries like '%fact%' ``` term | num_hits | num_docs ------------------------------ factoid | 8 | 7 fact1 | 1 | 1 fact |...
Ok so it seems that with fuzzy search on, because fact matches perfect with "fact" the fuzzy match of fact to "factoid" is ignored... Is there a setting that will...
related issues: https://github.com/teamtnt/laravel-scout-tntsearch-driver/issues/172 https://github.com/teamtnt/laravel-scout-tntsearch-driver/issues/121 I dug around and found my issue.. ```php public function getWordlistByKeyword($keyword, $isLastWord = false) { $searchWordlist = "SELECT * FROM wordlist WHERE term like :keyword LIMIT...
Yes but sometimes people may want a more inclusive result? like if the requirement was that searching for politics returns both politico & politics. Is there any other way to...
How about this js library http://jquery-spellchecker.badsyntax.co/