Ignoring diacritics when using the "find" functions

Hi,

I've been using richTextBoxAdv.FindAll and richTextBoxAdv.Find to search words in my documents. The thing is that when i try to look for the word: "cafe" it won't find the "café" ocurrences and vice versa. Is there a way to ignore diacritics when searching a document so it finds "cafe" and "café" in the same search?

Thank you in advance.


1 Reply

KG Kalaivannan Ganesan Syncfusion Team October 29, 2024 03:49 PM UTC

Hi Jose, The SfRichTextBoxAdv control does not support ignoring diacritics in the "find" functions. Therefore, we will search using the provided text only. The available options for searching are as follows:

  • None
  • WholeWord
  • CaseSensitive
  • CaseSensitiveWholeWord

Please let me know if you have any questions or need further assistance.


Loader.
Up arrow icon