• Pefect example of my issue is I search for WJ in my website, no results. I search WJ in the admin, 9 results.

    I do get results depending on what else I’ve tried but WJ is a good example as a lot of my articles are related to a company I post about starting with WJ.

    Even have fuzzy search on too.

    I searched “Delta” which correctly shows 1 result. In the admin too.

    I used your code which I saw you ask someone to test with also.
    My site goes live tomorrow so if you see this message by then you may be able to test it live, otherwise just reply to request access if needed.

    <?php /* Start the Loop */ ?>
    <?php global $wp_query; echo “<p>Relevanssi found $wp_query->post_count posts.</p>”; ?>
    <?php while ( have_posts() ) : the_post(); endwhile; ?>

    http://www.highwaysindustry.com

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

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

    (@msaari)

    Relevanssi doesn’t by default index words shorter than three letters. If you want shorter words included in the index, adjust the setting to 2 and rebuild the index.

Viewing 1 replies (of 1 total)
  • The topic ‘No posts on front end but admin shows 9’ is closed to new replies.