We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This was requested by @RinkeHoekstra at #1837 (comment) and at various times on the dataverse-community mailing list. @dlmurphy and @jggautier are interested in this too.
Here's how an Search API users can see the database ID for dataverses, datasets, and files returned by their query: https://demo.dataverse.org/api/search?q=data&show_entity_ids=true
That is, by adding show_entity_ids=true.
show_entity_ids=true
This should be added to a future version of http://guides.dataverse.org/en/4.8.5/api/search.html#parameters . The type is "boolean".
The text was updated successfully, but these errors were encountered:
Search API: document show_entity_ids parameter #4493
ab0d389
I just created pull request #4494 and moved it to Code Review at https://waffle.io/IQSS/dataverse
Sorry, something went wrong.
Search API doc update [#4493]
f44d94c
Added a small note that the show_entity_ids setting is intended for developer use.
Merge pull request #4494 from IQSS/4493-search-api
c6ddb0d
kcondon
No branches or pull requests
This was requested by @RinkeHoekstra at #1837 (comment) and at various times on the dataverse-community mailing list. @dlmurphy and @jggautier are interested in this too.
Here's how an Search API users can see the database ID for dataverses, datasets, and files returned by their query: https://demo.dataverse.org/api/search?q=data&show_entity_ids=true
That is, by adding
show_entity_ids=true
.This should be added to a future version of http://guides.dataverse.org/en/4.8.5/api/search.html#parameters . The type is "boolean".
The text was updated successfully, but these errors were encountered: