-
## Expected Behavior
Running a query with reduce against a view should always return the same aggregated value, if involved documents values didn't change.
Assuming we have four documents containi…
-
Hello,
I have a view that returns complex keys that follow this format/pattern:
["1000","2000”,0]
["1000","2000",1]
["1000","2000”,2]
["1000","2001”,0]
["1000","2001”,1]
["1000","2001”,2]
["1001”,”2…
-
This issue is used to gather new requirements for CLoudant access.
1) It should be possible to use the _changes API to get a list of recent changes for a database.
https://console.bluemix.net/do…
-
Hi
I facing one problem and i'm complete stuck.
I trying to login but have an error
```js
PouchDB.plugin(require('pouchdb-authentication'));
const db = new PouchDB(ServerDefinition.ADDR…
-
using...
istio 0.2.12
kubectl 1.8.x
minikube 0.23.0
I've applied the EgressRule to allow access to *.cloudant.com from the mesh. I can curl to HTTP specifying port 443 inside the pod shell.
…
-
- Cloudant (python-cloudant) version(s) that are affected by this issue: 2.7.0
- Python version: 2.7 and 3.5
## Cloudant Python library use:
```
client = Cloudant(user, password, url=url, connec…
-
Support the use of text indexes with the `_find` and `_index` endpoints.
See [Cloudant Docs](https://docs.cloudant.com/cloudant_query.html)
-
### Issue
When a IOS device is low on storage, pouch stops working, the errror in the console says "LOADED DOMException: Failed to execute 'transaction' on 'IDBDatabase': The database connect…
-
I use cloudant 2.7.0 version and python 3.5.
I execute the following code:
```
client = Cloudant(user, pass, url=url)
client.connect()
user_db = client.create_database(_uuid)
credentials = c…
-
- cloudant-follow version(s): 0.16.1
- Node version: 6.12
I'm not sure if this is a bug or a missing feature. With PouchDB, if I am listening to the _changes feed and there is a timeout Pouch rest…