Page 1 of 1

Filtering diacritic/accented letter

Posted: Fri Nov 06, 2015 5:31 am
by paulokuriki
Hi

I couldn't find a way for filtering accented letter. When I try the filter below, It gets an error;
(studyDescription contains 'mão') or (bodyPartsInStudy contains 'mão')

So, I'm using
(studyDescription contains 'm%o') or (bodyPartsInStudy contains 'm%o')

It's not the more elegant solution but it works.
Is there a way for filtering correctly accented letters such as Ã?

Thanks
Paulo

Re: Filtering diacritic/accented letter

Posted: Fri Nov 06, 2015 10:04 am
by justin
Hi Paulo,

As you noticed, advanced expressions do not currently support UTF-8 characters. However, you can use the discrete search fields on the worklist with UTF-8 characters.

Regards,

Justin

Re: Filtering diacritic/accented letter

Posted: Mon Nov 09, 2015 5:16 am
by paulokuriki
Ok, Justin
Thank you
Paulo