custom filter on foreign table not working
I have user table having gender and one foreign table with 'metadata_id" key which points to metadata.
metadata contains category
I created filter like this in UserResource.
If I select only category filter then it is working fine but If I select both gender and category filter, no users get return in table.
I have confirmeed that there is data in my table to have few common users for both filters.
Am I doing something wrong here?
2 Replies
I think this is quite hard for us to debug without looking at your database or relationship structure
this should definitely work, something must just be slightly wrong in your code
Thanks, it is working now, may be some cache issue.