-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter by array property #62
Comments
@matthews90 any news? I have the same problem |
Could you show me how your |
I too have the same problem, and I can sort of filter them by using my problem is that it can only filter by the first array Only list1 appeared if filter by |
Looks like this case is not covered. |
@VadimDez but it only returns one list, and I think it should return both items? |
I mean, you're right. It just seems that the case of filtering by array is not working. |
Got the same problem. |
I am trying to filter object with array property like this:
{ listName: "list1", users : [{name: "John", surname: "Riddle"}, {name: "Mark", surname: "Spancer"}]
It is possible to filter object by user property? I was trying something like this but it doesnt work
filterList = { users: {name: '' }}
The text was updated successfully, but these errors were encountered: