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
Motivation for this change:
In CouchDB _find API, use_index parameter can specify which index
to utilize for the query. Change the query wrapper to accept the
"use-index" parameter.
This change can be accomplished using existing JSON query formatting.
- Change query wrapper to allow "use_index" correctly
- Changes have been made to the marbles02 example to demonstrate
queries using specific indexes.
- Change Vagrantfile to add a "couchdb" alias to the vagrant
host file. This will allow REST API calls to be consistent
between vagrant and docker images.
Change-Id: Ie54750ccc5ccf8aa01192168b60354f0984c5676
Signed-off-by: Chris Elder <[email protected]>
0 commit comments