Hello - was looking for about couple hours for similar problems on this forum and seems nobody had them before (or maybe the search keywords I have used were not properly choosed, or maybe my problem is not a real one!).
I am trying to make search box ignore diacrits in my local language and search for equivalent letters. This is because when using computers, most of RO users are equally writing words with or without diacrits.
I currently have content in my Drupal site containing words with Romanian diacrits, like ş, ţ, ă etc.
If I type the exact word (with diacrits) in the search box, respective nodes containing it are found, as expected. However, it is desired to display the same results also when one types the word *without* diacrits.
Here's a quick example:
1) I have the word "şcoală" (romanian for "school") in my database;
2) If I am searching for "şcoală" (exact match), I found all occurences of the nodes where this word appears into;
3) If I am searching for "scoală" (with s instead ş), or "şcoala" (with a instead ă) or "scoala" (both ş and ă replaced), I would like to have the same occurences returned (currently nothing is returned).
So what I want to have is a search which returns both formats (with or without diacrits - with s instead ş, t instead ţ, a instead ă or â, i instead î). Is there a module that allows configuring of a lookup equivalence table or so?