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 Aug 30, 2024. It is now read-only.
Our new cloudant-python-sdk(beta) has the array form of the API allowing for both a design document or a design document and an index to be specified in use_index.
Please read these guidelines before opening an issue.
Bug Description
As per https://docs.couchdb.org/en/stable/api/database/find.html#db-find ,
use_index
could be either as"<design_document>"
or["<design_document>", "<index_name>"]
However on putting a
list
in theuse_index
param, exception is thrown1. Steps to reproduce and the simplest code sample possible to demonstrate the issue
2. What you expected to happen
The query should run successfully
3. What actually happened
Exception is thrown
CloudantArgumentError: Argument use_index is not an instance of expected type: <class 'str'>
Environment details
Cloudant : 2.13
Python: 3.7
The text was updated successfully, but these errors were encountered: