Hi All, I have requirement to filter objects matching a text from a list. Filter should be case-insensitive. For this I am using below code, but the problem with this code is it is causing performance issue. Can any one recommend an optimal solution for this problem The reason I am doing list operation above instead of XPATH is Item objects are retrieved as part of different operation My domain model is as below
↧