No Search Results
-
Hello! I’m using Avada 5.9.1 and the latest version of Relevanssi. My search results stopped working recently (it was working fine before) I believe after some recent plugin/theme updates.
Avada’s search.php file: https://pastebin.com/mP4aTQUJI tried the debugging process by adding the snippets into Avada’s theme functions.php.
The Parameters Relevanssi is Getting:
Message: array(68) { [“s”]=> string(4) “test” [“post_type”]=> array(4) { [0]=> string(15) “avada_portfolio” [1]=> string(9) “avada_faq” [2]=> string(4) “page” [3]=> string(4) “post” } [“error”]=> string(0) “” [“m”]=> string(0) “” [“p”]=> int(0) [“post_parent”]=> string(0) “” [“subpost”]=> string(0) “” [“subpost_id”]=> string(0) “” [“attachment”]=> string(0) “” [“attachment_id”]=> int(0) [“name”]=> string(0) “” [“static”]=> string(0) “” [“pagename”]=> string(0) “” [“page_id”]=> int(0) [“second”]=> string(0) “” [“minute”]=> string(0) “” [“hour”]=> string(0) “” [“day”]=> int(0) [“monthnum”]=> int(0) [“year”]=> int(0) [“w”]=> int(0) [“category_name”]=> string(0) “” [“tag”]=> string(0) “” [“cat”]=> string(0) “” [“tag_id”]=> string(0) “” [“author”]=> string(0) “” [“author_name”]=> string(0) “” [“feed”]=> string(0) “” [“tb”]=> string(0) “” [“paged”]=> int(0) [“meta_key”]=> string(0) “” [“meta_value”]=> string(0) “” [“preview”]=> string(0) “” [“sentence”]=> string(0) “” [“title”]=> string(0) “” [“fields”]=> string(0) “” [“menu_order”]=> string(0) “” [“embed”]=> string(0) “” [“category__in”]=> array(0) { } [“category__not_in”]=> array(0) { } [“category__and”]=> array(0) { } [“post__in”]=> array(0) { } [“post__not_in”]=> array(0) { } [“post_name__in”]=> array(0) { } [“tag__in”]=> array(0) { } [“tag__not_in”]=> array(0) { } [“tag__and”]=> array(0) { } [“tag_slug__in”]=> array(0) { } [“tag_slug__and”]=> array(0) { } [“post_parent__in”]=> array(0) { } [“post_parent__not_in”]=> array(0) { } [“author__in”]=> array(0) { } [“author__not_in”]=> array(0) { } [“posts_per_page”]=> int(20) [“order”]=> string(3) “ASC” [“orderby”]=> string(5) “title” [“ignore_sticky_posts”]=> bool(false) [“suppress_filters”]=> bool(false) [“cache_results”]=> bool(true) [“update_post_term_cache”]=> bool(true) [“lazy_load_term_meta”]=> bool(true) [“update_post_meta_cache”]=> bool(true) [“nopaging”]=> bool(false) [“comments_per_page”]=> string(2) “20” [“no_found_rows”]=> bool(false) [“search_terms_count”]=> int(1) [“search_terms”]=> array(1) { [0]=> string(4) “test” } [“search_orderby_title”]=> array(1) { [0]=> string(168) “wp_yqti_posts.post_title LIKE ‘{2e46e6352b4b63abc33b070fe083704fdc08bccce996dd694f92d9b993baf76e}test{2e46e6352b4b63abc33b070fe083704fdc08bccce996dd694f92d9b993baf76e}'” } }The other Debugging options like the SQL Query just lists an array. Are there any noticeable issues that you can see in the theme and relevanssi? is there another file you would like me to upload?
Thanks!
- The topic ‘No Search Results’ is closed to new replies.