Forums › Forums › Search & Filter Pro › Results not displaying
- This topic has 3 replies, 2 voices, and was last updated 5 years, 1 month ago by Trevor.
-
Anonymous(Private) September 27, 2019 at 6:24 pm #222233
Our results are not displaying when it should be showing all posts https://vesterheim2sta.wpengine.com/civil-war-database/ but if you choose one of the drop downs like A for example then it shows all the A’s. We have it set up by short code because of the limitations of our theme and we need the list view display. I have tried rebuilding the list but it wont show. Before I uploaded my last batch of posts you were able to see all the results like you are supposed to. I reverted my site and tried again with a different list but im running into the same issue.
Trevor(Private) September 30, 2019 at 11:27 am #222308The behavior I see may be related to the large number of posts (when a search is done, far fewer than the total number of posts are found). This sometimes causes problems on WP Engine hosted sites.
There is a setting to override a ‘feature’ of WP Engine hosting, that truncates long SQL queries (which ours are). Edit the site wp-config.php file and add this at the top, after line 1 (on a new line 2):
define('WPE_GOVERNOR', false);
PLEASE DO NOT COPY code from the email you receive for this reply, as email systems sometimes alter the quote marks and encode some characters; instead copy it from the actual forum page.
(also see here for another related support note about this – https://support.searchandfilter.com/forums/topic/killed-query-errors-in-log/#post-64826)
-
AuthorPosts