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
The current crawling process only looks at Curations:
if (not last_crawl or end_time > last_crawl.datetime) and \ item['type'] == 'Create' and \ item['object']['@type'] == 'cr:Curation':
It would be useful if the crawler also processed Manifests to look for e.g. Annotations that associate metadata with Canvas parts.
The text was updated successfully, but these errors were encountered:
IllDepence
No branches or pull requests
The current crawling process only looks at Curations:
It would be useful if the crawler also processed Manifests to look for e.g. Annotations that associate metadata with Canvas parts.
The text was updated successfully, but these errors were encountered: