-
I'm using CouchDB 2.0, and I'm calling the search directly from couchdb-lucene url.
curl http://couchdb_lucene:5985/local/personalservice%24test/_design/search/by_patient?q=name:bruna
=> {…
-
## Context
After updated from pouchdb 6.4.2 to 7.0.0 I have some troubles with authentication.
This code works fine before.
this._remotePouchDB.logIn(login, password).then(function (response) {…
jbrun updated
4 years ago
-
## Version **6.4.0** of [pouchdb-mapreduce](https://github.com/pouchdb/pouchdb) was just published.
Branch
Build failing 🚨
Dependency
…
-
I am trying to do something akin to `./node_modules/.bin/pouchdb-server --level-backend sqldown --level-prefix "$DATABASE_URL"` where
```bash
DATABASE_URL=postgres://username:password@localhost:54…
-
I'd like to use `express-pouchdb` in my project. However, when my application is started for the first time on a machine, I would like to:
* Disable admin party by creating an admin
* Setup data…
-
Hello,
I'm using PRN - 6.4.3
the issue is when i'm changing the localdb and start the Pouchdb.replicate(localdb,remotedb) so i'm always getting ETIMEOUT and Doc not pushed on couchbase server.
*…
-
Hi. I'm trying to use hoodie plugin in hapi but have failed to do so. Here's my index.js:
```
'use strict';
const Hapi = require('@hapi/hapi');
const hoodie = require('hoodie')
const PouchDB = …
-
An express-pouchdb issue that will crop up in pouchdb-express-router as well:
https://github.com/pouchdb/express-pouchdb/issues/159
Includes a fix.
-
I saw back in 2018 in #169 that there were (at that point) no plans to enable native SSL support in pouchdb-server, but that was before the move by most browsers to actively block insecure requests fr…
-
_From @nolanlawson on October 18, 2015 0:41_
Right now if you start a continuous replication in the Fauxton UI it will work, but you won't see any ongoing replications in the "active tasks" tab. It w…