nelsonf1
(Nelson Flórez)
March 12, 2018, 1:33am
#1
In Latin America, the use of accented words is common, so it is possible to do searches in the lookup fields omitting the accents?
When looking for Cholera (COLERA) when searching for content, COL should show all records that contain COLERA
Any way to exclude accent in searches?
Nelson F
tsarev
(Daniil Tsaryov)
March 12, 2018, 5:56am
#2
Hi, @nelsonflorez
This question is not easy to answer and requires some research. I’ll asnwer you as soon as possible.
Regards,
Daniil.
nelsonf1
(Nelson Flórez)
April 11, 2018, 9:42am
#3
Hi @tsarev , any answer about it? I tried to use suggestionfield and I found myself with the same problem.
tsarev
(Daniil Tsaryov)
April 12, 2018, 6:22am
#4
Hello, @nelsonflorez
It seems that this problem should be solved in scope of CUBA platform.
So I created an issue in YouTrack: link .
Regards,
Daniil.
tsarev
(Daniil Tsaryov)
May 11, 2018, 7:33am
#5
Hello, @nelsonflorez
We’ve introduced FilterPredicate
API for LookupField
implementations that will help you to solve the problem: GitHub .
You can find a demo for this API here: GitHub .
Regards,
Daniil.
nelsonf1
(Nelson Flórez)
May 11, 2018, 12:27pm
#6
thx @tsarev I’m going to review the demo