• Hello,

    The word ‘Secrid’ shows no search results although there are articles with Secrid (a company name).

    The page I need help with: [log in to see the link]

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

    (@msaari)

    Looks like you have a post type restriction in your search. If I go to /?s=secrid&post_type=post, the posts show up. Look for post type restrictions in the theme settings.

    If nothing else works, you can try this in your theme functions.php:

    add_filter( 'relevanssi_modify_wp_query', function( $q ) {
      $q->set( 'post_type', 'post,page' ); // list the necessary post types here
    } );
Viewing 1 replies (of 1 total)
  • The topic ‘The word ‘Secrid’ shows no search results’ is closed to new replies.