-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
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
View unpublished data through search API #6301
Comments
Thanks @tainguyenbui! I think you mean through the search API based on the nature of your integration. Feel free to edit the issue if appropriate. I'll let someone more technical get into the details about how we could approach this. Note that in the UI at least, we have some facets available for different publication statuses. |
@djbrooke thanks! yes you are right, through the API, I just updated the issue |
|
I just made pull request #6333. The "AccessIT" test failure at https://jenkins.dataverse.org/job/IQSS-Dataverse-Develop-PR/view/change-requests/job/PR-6333/1/ is pre-existing in the "develop" branch and being tracked at #6322. @tainguyenbui the optional "flag" to pass in will be your API token. 😄 You are very welcome to review the doc change (and the code change, if you feel like it). Thanks for reporting this issue! I've wanted to get this improvement in for years. 😄 |
Search API no longer limited to published data #6301
Given that I am searching for information in Dataverse
When I perform a search through the Search native API
Then I would like to have the ability to see
Published
,Unpublished
orboth
informationWhat is currently happening:
I am only able to search for published information
What we would love to have
A more flexible approach for search that allows us to search for any kind of data, having
only published
by default and then having a potential flag that can be set on the requestThanks a lot! 🚀
The text was updated successfully, but these errors were encountered: