Closed ayuwono closed 8 years ago
Hmmm. The Node.js API is sending the qualification to the REST API.
The root cause is in the Search API.
We should add tests on the Search API to confirm that the fragment scope from geospatial queries is getting passed in. Previously, only the fragment scope from the options for geospatial queries was passed.
Added test on nodejs-documents-query-region.js
It seems that fragmentScope is not taking any effect. When I put properties as the value, it's still returning the documents although the documents don't have any properties
Shouldn't it return no document?