You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.
To create mango indices to query on, you have to POST http://couchdb/dbname/_index. This isn't possible right now, since nano's insert changes the method to PUT if a document ID is provided.
A temporary workaround is to call the relax method directly, but a better long term solution would be if nano added support for mango index creation.
Related to #329
To create mango indices to query on, you have to
POST http://couchdb/dbname/_index
. This isn't possible right now, since nano'sinsert
changes the method toPUT
if a document ID is provided.A temporary workaround is to call the
relax
method directly, but a better long term solution would be if nano added support for mango index creation.Something like this might work:
The text was updated successfully, but these errors were encountered: