Enabling one letter searches
-
Hi,
I’d like to enable one letter/number word search. I set the minimum word length to index to 1, but the one letter search didn’t work even though I see one letter words in my index. So I searched on your site and I found out that relevanssi_block_one_letter_searches should be my answer and it should look something like this :
add_filter('relevanssi_block_one_letter_searches', 'something'); function something { return false; }Problem is I have a very basic understanding of code and so I’m not sure where to put it/how to write it correctly, I’m guessing it should go in relevanssi’s search.php ?
Thank you, your plugin is wonderful!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Enabling one letter searches’ is closed to new replies.