• m-one

    (@m-one)


    Woo Canvas child theme.

    Installed Relevanssi – built index.

    Search term “apples” (for example) shows as in index 150 times and I know it exists in the titles and content of over 50 pages but only 4 search results delivered.

    Similarly term “pears” appears in title and content of 5 pages but returns no results at all.

    Disable Relevanssi and standard search returns similar results.

    Any suggestions on where to start troubleshooting?

    Thanks.

    https://wordpress.org/plugins/relevanssi/

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

    (@msaari)

    How familiar are you with PHP code? Debugging this requires diving into the code.

    I’d start in lib/search.php:

    $matches = $wpdb->get_results($query);

    Find that line and see what’s inside $matches. If you search for $pears, does Relevanssi return results in $matches, or is the array empty?

Viewing 1 replies (of 1 total)

The topic ‘missing results although indexing seems complete’ is closed to new replies.