From c440e36f7f647982a28346212f175de62d507093 Mon Sep 17 00:00:00 2001 From: danibene <34680344+danibene@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:28:27 -0500 Subject: [PATCH] add link to API documentation on query --- litstudy/sources/semanticscholar.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/litstudy/sources/semanticscholar.py b/litstudy/sources/semanticscholar.py index 2c6afe4..0ab60bd 100644 --- a/litstudy/sources/semanticscholar.py +++ b/litstudy/sources/semanticscholar.py @@ -205,7 +205,8 @@ def search_semanticscholar( query: str, *, limit: int = None, batch_size: int = 100, session=None ) -> DocumentSet: """Submit the given query to SemanticScholar API and return the results - as a `DocumentSet`. + as a `DocumentSet`. The query is a string containg keywords (see `API reference + `_). :param query: The search query to submit. :param limit: The maximum number of results to return.