I have a UI in report with various fields kept as search filters. I have used a!queryFilter to find the match from text entered by user to check in database. One such field search in UI has values saved as encrypted text in database.So when i make a search, with eg. "Box" in UI and same is saved as "hsk826e874213evsdbadch8edvdjvsnacvds" in backend. How to achieve the search as a!queryFilter() or anyother can be user to perform the search. In above scenario - if i enter "hsk" result is returned. If i enter "Box" no results is found.
OriginalPostID-194396
Discussion posts and replies are publicly visible