Use nested to apply the properties of the direct relation as the filter. scope specifies the direct relation property you want use as the filtering property.
nested
scope
Example:
{ "nested": { "scope": ["some", "direct_relation", "property"], "filter": { "equals": { "property": ["node", "name"], "value": "ACME" } } } Copy
{ "nested": { "scope": ["some", "direct_relation", "property"], "filter": { "equals": { "property": ["node", "name"], "value": "ACME" } } }
Use
nestedto apply the properties of the direct relation as the filter.scopespecifies the direct relation property you want use as the filtering property.Example: