jo / couchdb-bootstrap

Bootstrap CouchDB projects: configure, setup security, deploy ddocs and create users.
Other
115 stars 13 forks source link

Index support #44

Open jo opened 6 years ago

jo commented 6 years ago

include https://github.com/jo/couchdb-create-index

karlwestin commented 2 years ago

Ah here's the tool :D

I was trying to just create an _index.json file like

{
    "index": {
        "fields": ["groupId"]
    },
    "name": "groupId",
    "type": "json"
}

and hope that would be pushed, but that did not work out