• Resolved kamran1331

    (@kamran1331)


    Hello,

    my tittle is: Professionelle Hautschere Staleks Pro SMART SS-40/3 (24mm)

    But if i am searching: “40/3” its found nothing. How i can configurate it? Thanks.

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

    (@msaari)

    Add this to your theme functions.php:

    add_filter( 'relevanssi_punctuation_filter', 'rlv_adjust_punctuation' );
    function rlv_adjust_punctuation( $replacements ) {
    $replacements['/'] = '';
    return $replacements;
    }

    Then reindex. That should help.

    Thread Starter kamran1331

    (@kamran1331)

    no, its nothing changed

    Plugin Author Mikko Saari

    (@msaari)

    You reindexed everything? How does the post title look like in the Relevanssi debugger (Settings > Relevanssi > Debugging) now?

    Thread Starter kamran1331

    (@kamran1331)

    sorry, after reindex is everythink working well. THANKS.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Title search question’ is closed to new replies.