• Hi,

    i’m using your search tool to improve my search results and to enable searching in bbPress. When i installed your plugin always 0 results were found. I found the problem in the search.php:
    query_posts(array(
    “posts_per_page” => $results_count,
    “s” => $s,
    “paged” => $page_num,
    “post_type” => $post_types
    ));
    After i commented this one out the search worked. But i still can’t find any results from bbPress.
    -searching in bbPress option is enabled
    -the index of forum, topic and replay is set
    Any idea how to fix that?
    Thanks

    https://www.ads-software.com/plugins/relevanssi/

Viewing 1 replies (of 1 total)
  • Plugin Author Mikko Saari

    (@msaari)

    Relevanssi is just barely compatible with bbPress –?most bbPress themes simply don’t work with Relevanssi. Relevanssi tries to disable itself in bbPress searches, but that’s not foolproof, apparently.

    I’ve been able to get bbPress search results with the WP default themes, but not with other themes.

Viewing 1 replies (of 1 total)
  • The topic ‘No search results with bbPress’ is closed to new replies.