Title: Remove Exact Search
Last modified: August 21, 2016

---

# Remove Exact Search

 *  [ChadAustin](https://wordpress.org/support/users/chadaustin/)
 * (@chadaustin)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/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!
 * [https://wordpress.org/plugins/custom-tables/](https://wordpress.org/plugins/custom-tables/)

The topic ‘Remove Exact Search’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-tables.svg)
 * [custom tables](https://wordpress.org/plugins/custom-tables/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-tables/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-tables/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-tables/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-tables/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-tables/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [ChadAustin](https://wordpress.org/support/users/chadaustin/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/remove-exact-search/)
 * Status: not resolved