Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
44 views

I am trying to use an Erlang query in CouchDB. I created an erlang.erl file and a design document in JSON with the language set to Erlang. However, when I execute the query, I get a function_clause ...
Abhi Abhi's user avatar
0 votes
1 answer
56 views

The CloudAnt server says it is using CouchDB 3.4.2, and ES6 support was added to CouchDB in version 3.0..., but I am not able to use fat arrow function syntax in the online view editor for my ...
Jeff Lowery's user avatar
  • 2,619
1 vote
1 answer
40 views

When I called CouchDB with HTTP POST /{db}/_design/{designDoc}/_view/{view} I received a document with the field "_conflicts": ["{conflictRev}"]. So I used HTTP POST /{db}/...
Bogdan Goncharenko's user avatar
0 votes
1 answer
94 views

this is my local.ini couchdb file: [admins] admin = <REDACTED> [couchdb] database_dir = <REDACTED> view_index_dir = <REDACTED> uri_file = <REDACTED> uuid = <REDACTED> [...
Tony Ngomana's user avatar
-1 votes
1 answer
43 views

i have two fields firstname and lastname in a document. i want to query if "max smith" or "smith max" exists. db.find(q) q.selector['$or'] = [ {'$and': [ ...
devreal's user avatar
  • 29
0 votes
1 answer
78 views

I'm attempting to connect to a CouchDB database using the cloudant Python library. My connection to couchdb is successful, and I can see all the databases listed when I call client.all_dbs(), but when ...
Yolanda Smiles's user avatar
0 votes
2 answers
169 views

I have this very large and complex server application that amongst the numerous opensource tools that are baked into it, CouchDB 3.3.3 is one of them. "Baked" is important because what the ...
tpcolson's user avatar
  • 681
1 vote
0 answers
51 views

I'm working in NodeJS and I have a working CouchDB connection. I can get a reference to a collection like so: var myCluster = await couchbase.connect(serverHttp, authentication); const myBucket = ...
gnitsuk's user avatar
  • 315
1 vote
0 answers
53 views

I'm working with CouchDB and Mango queries and I have a JSON structure for my documents with fields like "nome" (name) and "age". I want to modify all documents in my database by ...
MIGUEL SOMBRIO's user avatar
0 votes
1 answer
44 views

I have installed CouchDB version 3.3.3.. And I have also installed CouchDB-lucene version 2.2.0.. I have also set this option in my local.ini file of CouchDB: [httpd_global_handlers] _fti = {...
Ali's user avatar
  • 490
0 votes
1 answer
123 views

I'm hosting a local instance of couchdb via docker at localhost:5984/. With a python requests client, I can make admin changes via API like so: >>> requests.put('http://admin:password@...
MrChadMWood's user avatar
0 votes
0 answers
31 views

hi everyone i have a probleme whene i want to fetch data from couchdb to file .ejs i have this probleme "Server started on 3000 Port undefined" this is my code const express = require('...
mohamed alaoui's user avatar
0 votes
1 answer
37 views

I'm having a problem using _approx_count_distinct reduce function. Based on the documentation _approx_count_distinct is loosely based on Hyperloglog algorithm. I can't get this to work. May map ...
y0gie007's user avatar
  • 727
0 votes
2 answers
78 views

I am trying to attach an image to an existing document on couchdb using python. It is attached, but the following error message appears: "Cannot be displayed because it contains an error". ...
Ute's user avatar
  • 11
1 vote
1 answer
135 views

I'm trying to compile erlang 24 in yocto build system, the recommended version for CouchDB, but it fails. I'm using meta-erlang layer. This is the error I am getting: | configure: WARNING: No GLU ...
BlameCapitalism's user avatar

15 30 50 per page
1
2 3 4 5
409