tigrisdata-archive / tigris

Tigris is an Open Source Serverless NoSQL Database and Search Platform.

Home Page:https://www.tigrisdata.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a count documents API

ovaistariq opened this issue · comments

Add an API that returns count of documents that the query would match

The server has added an API that counts all documents like projects/<project>/database/collections/<collection>/documents/count. This is a POST API that will optionally allow filtering.