I have an object with a series of object properties that is in the following similar structure (which is the way the data is coming back from a service):
{
Little late to answer, but this might help :
If you want to filter on a grandchild (or deeper) of the given object, you can continue to build out your object hierarchy. For example, if you want to filter on 'thing.properties.title', you can do the following:
You can also filter on multiple properties of an object just by adding them to your filter object:
The syntax of 'not equals' is just a little off, try the following:
- 热议问题