dataverse-client-python
dataverse-client-python copied to clipboard
Feature request: implement search API
It would be great to be able to search datasets for a given string from the Python API (should be supported by the native API, right?)
The search API is technically distinct (see http://guides.dataverse.org/en/latest/api/search.html).
I haven't implemented it because I haven't needed it for any of our use cases on the OSF, but I think this would make a great addition to the client.
@rliebz me too. I'm guessing that @leeper is considering implementing search in the R client based on this issue he opened: https://github.com/IQSS/dataverse/issues/2558 . There are some details in that ticket that might be of interest to anyone who wants to work on this.