orion-server icon indicating copy to clipboard operation
orion-server copied to clipboard

optional parameters in range query (for cURL based usage)

Open cendhu opened this issue 3 years ago • 0 comments

For a range query, currently, all the following three parameters are required

  1. startkey
  2. endkey
  3. limit

If start key is ignored, we can consider it as an empty string. If limit is not specified, we can consider it as no limits.

cendhu avatar Jun 21 '22 10:06 cendhu