Fuzzy search not working
-
Hi Mikko, I’ve implemented Relevanassi (Version: 3.3.5) on my site https://supersnelgezond.nl using a widget in the sidebar with the following code:
<form method="get" id="searchform2" action="https://supersnelgezond.nl/"> <input type="text" name="s" id="s" value="Search here.." onfocus="if (this.value == "Search here..") { this.value = ""; }" onblur="if (this.value == "") { this.value = "Search here.."; }"> <input type="image" src="https://supersnelgezond.nl/wp-content/themes/foodpress/images/search-button.png" value="" id="search-button"></form>
This works, but only the fuzzy search does not work. If I search for “spinazie” but misspell this by typing “spinazia” or “spinnazie”, I get no results.
I have selected fuzzy search “When straight hits get no results”.
Thank you in advance for your help, Carlo
- The topic ‘Fuzzy search not working’ is closed to new replies.