• How can i force use relevansi in Feed? In the last update this features is deactivated by default but i cant find any flag

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

    (@msaari)

    add_filter( 'relevanssi_search_ok', function( $ok, $query ) {
     if ( $query->is_feed() ) {
       $ok = true;
      }
      return $ok;
    }, 10, 2 );
Viewing 1 replies (of 1 total)

The topic ‘Search in FEED’ is closed to new replies.