ch query.
>
> Hope that helps,
> Rich
>
>
>
> From: Paul Milner
> To: user@couchdb.apache.org
> Date: 23/10/2020 13:03
> Subject: [EXTERNAL] Multiple queries at the same time against a
> view
>
>
>
> Hello Everybody
>
> I am trying to run
setting
"skip":0).
I suspect you probably want to add `reduce: false` to each query.
Hope that helps,
Rich
From: Paul Milner
To: user@couchdb.apache.org
Date: 23/10/2020 13:03
Subject:[EXTERNAL] Multiple queries at the same time against a
view
Hello Everybody
I
Hello Everybody
I am trying to run multiple queries against a view at the same time using
the queries endpoint.
post to db/_design/designdoc/_view/viewcount/queries
I need different limits and skips on each query.
I post the following data:
{
"queries":[
{
"key":"key1",