watson-developer-cloud / python-sdk

:snake: Client library to use the IBM Watson services in Python and available in pip as watson-developer-cloud
https://pypi.org/project/ibm-watson/
Apache License 2.0
1.46k stars 827 forks source link

Querying Multiple Collections #277

Closed rebecca-makar closed 7 years ago

rebecca-makar commented 7 years ago

I am running into an issue which involves the new feature of querying multiple collections at once. I have a work around that can be added, adding a new method query_multiple_collections, that will have the correct url.

ehdsouza commented 7 years ago

Could you be precise? Like what service, code, etc?

rebecca-makar commented 7 years ago

In Discovery_V1.py - I created a PR https://github.com/watson-developer-cloud/python-sdk/pull/278

ehdsouza commented 7 years ago

Hi @rebecca-makar,

This is already being addressed in #276 as part of the new SDK release. It is named federated_query. Thanks for the effort.