Forums Forums Search & Filter Pro One Letter Search Relevanssi

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #217962

    Relevanssi does not index words less than 3 characters. I found this code snippet in WordPress Help.

    add_filter(‘relevanssi_block_one_letter_searches’, ‘something’);
    function something {
    return false;
    }

    It seems I need to put something after “function something”

    What is that?

    Or is there any alternate solution for enabling one letter search.

    Anonymous
    #217973

    Hi. The problem is solved now. Thanks.

    Trevor
    #217997

    Great to hear it is resolved.

Viewing 3 posts - 1 through 3 (of 3 total)