I'm doing a queryContext against my instance of Orion Context Broker and I would like to filter this query to obtain certain entities according to the value of one of the attributes.
I do not get filtered results using AttributeExpression, through a CURL request, or JavaScript Wirecloud NGSI API.
I browsed the Context Broker Orion code and it seems that AttributeExpression is not implemented.
Using JSON for queryContext with CURL.
Could you please give me an example?