-
### Issue
The `on change` event of the replication is not working as expected
### Info
- Environment: browser
- Platform: Chrome
- Adapter: not sure
- Server: Cloudant
Hello,
Reading…
-
Continuation from #26948
- [x] Conditional visibility - #29436
- [x] Managing views - #30120
- [x] Tree state persistence - #40018
- [x] Navigation group for menu action in tree item - #28634
-…
-
Does
```
from cloudant.query import Query
query = Query(self.db, selector={"_id": id})
```
automatically use the index? If not, perhaps it ought to? Otherwise, a warning could be provided…
-
Hey guys,
we are facing an issue with `java-cloudant`, particularly regarding Java's new Date/Time libraries. We save a `ZonedDateTime` in the database (which works fine), but when we want to read it…
-
CloudantClient version 2.9.0
Java: 1.8.0_141 hotSpot 64-Bit (build 25.141-b15) on Windows 7
database.find fails with 404 when requesting a document with a '+' sign in the document id.
Other inf…
-
I think splitting the key/value stores and document database backends is necessary for this project to move forward. The backends for S3, S3/Redis, and Redis will remain here. DynamoDB, Cloudant, and …
-
Hi, as I am still new to this so the problem is probably something simple but I just can't figure it for the past 3 days now.
Im using Superlogin in Ionic 2 with pouchDB. The server is deployed on …
-
We currently support multiple entities like triggers, actions and rules, described under one element, but in different sub-elements. For exmaple,
```
triggers:
# Trigger named “data-inserte…
-
## Expected Behavior
We want to enable index on write, is there a config option to do this.
## Current Behavior
Currently it's showing the legacy behavior, which is index on read.
…
-
The schema information from the SinkRecord (it it exists) is discarded. Not sure if there's any reason to keep those details around as you write the JSON record into Cloudant, but this behavior shou…