Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghaisheng committed Jul 8, 2024
1 parent 81f54fb commit 8d76298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def runtime(self, context: dict):
# cols = ("id", "title", "categories", "abstract", "doi", "created", "updated", "authors")
# df = pd.DataFrame(output, columns=cols)
res = arxiv.Search(
query=keyword_,
query="ti:"+keyword_+"AND+abs:"+keyword_,
max_results=self.max_results,
sort_by=arxiv.SortCriterion.SubmittedDate
).results()
Expand Down

0 comments on commit 8d76298

Please sign in to comment.