dataverse-client-python icon indicating copy to clipboard operation
dataverse-client-python copied to clipboard

Feature request: implement search API

Open astrofrog opened this issue 10 years ago • 2 comments

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?)

astrofrog avatar Apr 29 '15 10:04 astrofrog

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 avatar Apr 30 '15 13:04 rliebz

@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.

pdurbin avatar Sep 21 '15 17:09 pdurbin