I am querying a layer in ARCGIS map with ArcGIS Maps SDK for JavaScript.
When I query a feature with geometry and without type a where clause into the query, the query does not return results.
When I query a feature with geometry and with typing a where clause which reduces the result set of the query, it works like expected, it selects correct features from layer.
When I query a feature with geometry and with typing a where clause which does not reduce the result set of the query(for ex where 1=1 contidition), it does not work, does not select any featureset.
here is my code:
What can cause this?