marklogic-community / Corona

Community REST API for MarkLogic
Other
37 stars 9 forks source link

RFE: Ability to get count without results #6

Closed hunterhacker closed 13 years ago

hunterhacker commented 13 years ago

A pretty common thing is to just get a count of docs matching a query. We should make sure that's possible with the various query interfaces, and possible in a way that regular folks will figure out.

ryangrimm commented 13 years ago

The can now be accomplished by including an include=none parameter when issuing the query.