-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add md5 for HOB to the details link #41
Comments
@relarson1 - need to discuss with team, but some parts may be doable in the short-term, while others might be better served by the Search Service (#1), which I would like to prioritize in a fall release, based on current priorities. |
@relarson1 - we have added this to the granule summaries for CRI and HOB. There is also functionality available in the granules service to allow filtering/searching by md5 value. e.g. This should be available for CRI and HOB files whenever they are updated. At some point, we can go back and do older years, but it appears that the CRI and HOB for 2019 all have values appearing within the granules summaries. You can also filter for a specific md5 on the granule service like so: https://api.govinfo.gov/packages/CRI-2019/granules?offset=0&pageSize=100 If you add the {
"count": 1,
"offset": 0,
"pageSize": 100,
"nextPage": null,
"previousPage": null,
"granules": [{
"title": "ABC, INC.",
"granuleId": "CRI-2019-ABC-INC",
"granuleLink": "https://api.govinfo.gov/packages/CRI-2019/granules/CRI-2019-ABC-INC/summary",
"md5": "F656CC8A448D64682743EBC103BBC04C"
}]
} |
https://api.govinfo.gov/packages/HOB-2019/granules?offset=0&pageSize=100&api_key=xxxxxx
but not in the detail view:
https://api.govinfo.gov/packages/HOB-2019/granules/HOB-2019-s1/summary?api_key=DEMO_KEY
Is it possible to have it added to the detail view?
also is it possible to have it added to the mods.xml file as well?
could it be searchable similar to the docClass searching as well? congress + md5 ?
The text was updated successfully, but these errors were encountered: