Remove Exact Search
-
the other thread was closed on this topic without being resolved, but I have a solution that is working for me. Maybe others will enjoy this fix.
Note: I am not a programmer, per se. But this fix works and has not affected the usability of the plugin for me. This is not to say it is a perfect fix.
- Within the plugin folder, navigate to the ‘pages’ folder, and find “show search.php”
- Around line 37 remove / delete / comment out the following code:
if ($exact != '') { $zusatz .= "<input type=\"checkbox\" name=\"exact\" value=\"1\" ".($_GET['exact'] == '1' ? " checked" : "")."/> ". __('Exact search2','wct'); }
- save and upload
Good luck! Hope this works for you!
- The topic ‘Remove Exact Search’ is closed to new replies.