We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be97cf commit 7db7592Copy full SHA for 7db7592
1 file changed
colrev/packages/crossref/src/crossref_api.py
@@ -378,7 +378,7 @@ def get_url(self) -> str:
378
# "Notes on incremental metadata updates"
379
380
last_updated = self.last_updated.split("T", maxsplit=1)[0]
381
- url = url + f"&filter=from-index-date:{last_updated}"
+ url = url + f"?filter=from-index-date:{last_updated}"
382
383
return url
384
0 commit comments