Replace or remove characters from search phrase
By default the plugin allows searching any character without restriction. If you however need to replace (or remove) certain special characters, use the code below.
What is this, and where do I put this custom code?
Type the characters into the $characters variable, one after another. By default it replaces it with a space character. In case you want to remove those characters, change the
with:
PreviousReplace search keywords (whole words)NextAdding spaces in search phrase between alphabetics and numbers
Last updated