How to apply Equals constraints using the text box search on a listview

0
I have used a text box search on a listview. But it does not give me the exact search result. instead it gives me the list of all the results that has the input string as the substring. Is there a way i change this to filter out the result that exactly matches the input string?
asked
1 answers
1

I dont think there is at the moment. You can raise an issue on the github project: https://github.com/mendixlabs/list-view-controls/issues?q=is%3Aissue+is%3Aclosed

Workaround for now might be to create some custom search functionality. Create an helper entity with a search attribute and handle the search in a microflow.

answered