Hi All,
We were using an entity backed record previously but the search filter is not working for that case. It is a view from DB so we directly use that as a DB source also we disable the sync option to get view as source. Now we are facing filter and sorting issues. Can anyone suggest solution for this. when user pick a value in search field it is not available for display but it is available in view. Is there anyway we can apply source filters but search field filter will work to all values.
Thanks & Regards,
Kavya
Discussion posts and replies are publicly visible
Is your view working fine with filters when you are trying to build a query Entity on it?
The search filter was not working for entity backed records. They were using rsp!query value which is deprecated now. Thats why we opt for this changes. But the source filter is not working in this new try.
My comment was more about identifying whether that is it a problem with the view or the record. So I recommended trying to create a query entity on your view with the required filters to see if it is returning the expected output. If it is, then the problem is with the record configurations else the problem is with the input variables of the view.