Repository: couchdb-mango
Updated Branches:
refs/heads/2835-fix-index-selection [created] 62362de9a
Fix user defined index selection
This fix modifies indexable_fields to remove extraneous fields
that are created by the mango_selector_text:convert function so that
the index can now be used whe
Repository: couchdb-fauxton
Updated Branches:
refs/heads/master 5fcb06539 -> e6a351437
add a wizard for setting up a cluster
how to test:
set the port in `exports.couch` to a node that will handle the
setup (the "setup-node"):
```
exports.couch = 'http://localhost:15984/';
```
if you change