Title: Problems with Search Functionality in Admin
Last modified: August 21, 2016

---

# Problems with Search Functionality in Admin

 *  Resolved [Munksey](https://wordpress.org/support/users/munksey/)
 * (@munksey)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problems-with-search-functionality-in-admin/)
 * The “Show all Event Categories” sets the search in the WP Query to search for
   taxonomy term “0.” I was able to resolve this by changing line 236 of tribe-event-
   query.class.php:
    if ( ! in_array( $query->get( TribeEvents::TAXONOMY ), array(”,‘-
   1’ ) ) ) {
 * to:
    if ( ! in_array( $query->get( TribeEvents::TAXONOMY ), array( ”, ‘0’, ‘-
   1’ ) ) ) {
 * [https://wordpress.org/plugins/the-events-calendar/](https://wordpress.org/plugins/the-events-calendar/)

Viewing 1 replies (of 1 total)

 *  [Brook](https://wordpress.org/support/users/brook-tribe/)
 * (@brook-tribe)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problems-with-search-functionality-in-admin/#post-5039886)
 * Thanks for researching and sharing this Munksey. I am going to test out your 
   fix and run it past our devs.
 * Just so you know we are also hosted on Github, the easiest way for you to submit
   them is there if you are accustomed to git.
 * [https://github.com/moderntribe/the-events-calendar](https://github.com/moderntribe/the-events-calendar)
 * Cheers!
 * – Brook

Viewing 1 replies (of 1 total)

The topic ‘Problems with Search Functionality in Admin’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Brook](https://wordpress.org/support/users/brook-tribe/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/problems-with-search-functionality-in-admin/#post-5039886)
 * Status: resolved