Filtering diacritic/accented letter
Posted: Fri Nov 06, 2015 5:31 am
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
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