Skip to content
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

doc updates to better explain harvest server query format for subcollections #8197

Merged
merged 7 commits into from
Nov 1, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion doc/sphinx-guides/source/admin/harvestserver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ Some useful examples of search queries to define OAI sets:

``subtreePaths:"/NNN"``

where NNN is the database id of the Dataverse collection object (consult the Dataverse table of the SQL database used by the application to verify the database id).
where NNN is the database id of the Dataverse collection (consult the Dataverse table of the SQL database used by the application to verify the database id). If the Dataverse collection has one or more parent collections, it has to include the database IDs of each of the collection's parent collections, for example:

``subtreePaths:"/AAA/NNN"``

where NNN is the database id of the Dataverse collection containing the desired dataset and AAA is the database ID of the parent collection.
djbrooke marked this conversation as resolved.
Show resolved Hide resolved

- A query to find all the dataset by a certain author:

Expand Down