Skip to content
Snippets Groups Projects
Commit b297681c authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

sort by title

parent 108ce39c
No related branches found
No related tags found
No related merge requests found
Pipeline #114754 passed
......@@ -27,6 +27,7 @@ def get_articles(tot_items, batch_size):
limit=batch_size,
start=i,
itemType="journalArticle",
sort="title",
)["items"]
for item in items:
yield item
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment