You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update zenodo_fetch.py: fix API pagination limits and query handling
- Change MAX_RECORDS_PER_REQUEST from 300 to 25 for unauthenticated calls
- Fix query parameter handling to only include when not empty
- Change default sort from 'bestmatch' to 'newest'
- Update base_query from '*' to empty string for all records
0 commit comments