Hello I wan to run a query on the search end point
/api/discover/search/objects
When I query on a custom field lets say:
local.formatExtent.orientation:test
I get correct results.
When I query on second custom field lets say:
local.formatExtent.width:test2
I also get correct results.
No when I combined the two
local.formatExtent.orientation:test&local.formatExtent.width:test2
I get no result, obviously because this is not correct syntax.
Does any one can help me on how to issue a query on 2 metadata fields?