• Resolved an0nbr

    (@an0nbr)


    I have a product called Dress J-Lo, but when I search J-Lo or jlo it doesnt return the product, would anyone know how to fix it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter an0nbr

    (@an0nbr)

    add_filter( ‘relevanssi_punctuation_filter’, ‘rlv_adjust_punctuation’ );
    function rlv_adjust_punctuation( $replacements ) {
    $replacements[‘-‘] = ”;
    return $replacements;
    }

    Plugin Author Mikko Saari

    (@msaari)

    For hyphens and dashes, you can also use the “Hyphens and dashes” setting in the Relevanssi advanced indexing settings, if you want to avoid code.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Relevanssi doesnt work with dash’ is closed to new replies.