• Resolved madebymt

    (@madebymt)


    Hi

    I have an issue with relevanssi plugin is not picking up some of my page title and content, like:
    – About page (page title )
    – Content (keyword: plugs)
    both can’t found.

    I followed the direction of the install process, reinstall the plugin still having the issue.

    WP version: 5.0.3 (default wordpress text editor, not from page builder, defualt WP search code also)
    Relevanssi version: 4.1.2
    Using with SearchWP Live Ajax Search.

    Indexing already, search tab weight content is 1, the title is 5, none of the categories restriction/exclusion is selected.

    Follow by the troubleshoot debug guy here
    I put the first check the parameters code in the function, here’s what it returns:

    array(67) { ["s"]=> string(5) "about" ["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) { } ["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) ["post_type"]=> string(3) "any" ["posts_per_page"]=> int(10) ["nopaging"]=> bool(false) ["comments_per_page"]=> string(2) "50" ["no_found_rows"]=> bool(false) ["search_terms_count"]=> int(1) ["search_terms"]=> array(1) { [0]=> string(5) "about" } ["search_orderby_title"]=> array(1) { [0]=> string(164) "wp_posts.post_title LIKE '{902fd25274bd05cba6b4c19317c3f50ca3be14daf3c85395f51ac5ac39adef12}about{902fd25274bd05cba6b4c19317c3f50ca3be14daf3c85395f51ac5ac39adef12}'" } ["order"]=> string(4) "DESC" }

    Thank you so much for the help.

    • This topic was modified 5 years, 2 months ago by madebymt.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mikko Saari

    (@msaari)

    The reason you’re not finding this is because “about” is a stopword. If you want the page to be found, remove it from the stopword list and rebuild the index.

    Thread Starter madebymt

    (@madebymt)

    @msaari
    Thank you so much for your answer! You are awesome!

    I am started using this plugin in my wordpress 5.1 website. It works well but it gives few issues. I have setup a new page and add following words in it :
    technology1 partner1 huawei ps4pro redident

    It display the page only if I search with : technology, partner
    If I search with other above words then it cannot show the page in search.

    I have deleted all stopwords and build the index again but the problem is still there.

    Why this behaviour occurs? please guide

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘relevanssi not pickup page title or content’ is closed to new replies.