From b297681c9607e20b9007251bf43c68dee2e1005f Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Fri, 27 Oct 2023 14:43:07 +0200
Subject: [PATCH] sort by title

---
 scripts/get-articles.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/get-articles.py b/scripts/get-articles.py
index 68e432ab..d7d8b5a2 100755
--- a/scripts/get-articles.py
+++ b/scripts/get-articles.py
@@ -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
-- 
GitLab