Forums Forums Search & Filter Pro Search Results Returning Random Results

Viewing 21 post (of 21 total)
  • Ross Moderator
    #39030

    I managed to track this down as another user was having an issue.

    WP Engine was killing the query because it was long – this is a known issue with a few other search plugins I found out.

    To get around this add this to wp-config:

    define('WPE_GOVERNOR', false);

    This should allow the long queries to get through 🙂

    Thanks

Viewing 21 post (of 21 total)