Topic: Remove digital characters in search_words table
Hi!
I'm looking for a solution to remove the numbers from the table search_words.
I actually want to index only the words which contain letters (through the file search_idx.php).
I know I need to use regular expressions, but I have not found a solution that works.
Do you have an idea?
Thank you!