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
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.
Original issue
chrisfosterelli
Related to #dscape/nano/329
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.
Something like this might work:
The text was updated successfully, but these errors were encountered: