EUDAT-B2HANDLE / B2HANDLE

B2Handle Python library for interaction with Handle services
https://eudat-b2handle.github.io/
Apache License 2.0
22 stars 24 forks source link

Add optional search return fields #123

Open hevp opened 7 years ago

hevp commented 7 years ago

As far as I know it is now not possible to set the return data fields on a search_handle call, for example to get the URL or CHECKSUM field value of the persistent identifier along with the handle itself.

Right now a search only returns a list of handles with no additional information. Is it possible to add this?

SofianeB commented 7 years ago

Is this an issue specific to the new version of B2HANDLE (1.1.1) or this is a feature that is not provided by the library yet?

hevp commented 7 years ago

This is a feature not provided yet by the library.

TobiasWeigel commented 7 years ago

I can see the value in this, though we have to consider that Handle searching is a fringe feature. I think we can discuss this as a possible enhancement to investigate after the split of the library (pyhandle/b2handle) has been completed.