3
How can I, for example, search for us that contains an attribute with the value of 'Jose' and return the nodes that have this attribute with the value of 'Joseph', or 'Josee' ? That is, make the searches ignore accentuation and or cedillas, as in other databases.
Thank you very much. I gave it right. I had read about the regular expressions, but I was writing it wrong. As for the case sensitive, I use the tolower function even in both the input and the database comparison string at search time.
– Hiago Machado