koopjs / koop-provider-marklogic

A Koop Provider that can be used to exposed data in MarkLogic via Esri feature services
https://koopjs.github.io/koop-provider-marklogic/
Other
6 stars 11 forks source link

ObjectIds parameter is not considered while aggregation #65

Closed jmamanpara closed 1 year ago

jmamanpara commented 6 years ago

Connector code is skipping objectIds parameter while aggregation. Hence it returns the count for all documents in a layer.

URL : /marklogic/GDeltGKG/FeatureServer/0/query?objectIds=56577%2C56576&returnCountOnly=true Actual Result : 38765 Expected Result : 2

jkerr5 commented 1 year ago

Move to GDS and verify if this is still a bug.

mitchshepherd commented 1 year ago

Moved to GDS