We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb80f50 commit df8815eCopy full SHA for df8815e
openlibrary/fastapi/search.py
@@ -44,6 +44,9 @@ async def search_json(
44
else:
45
final_query = {"q": q, "page": page, "limit": limit}
46
47
+ # TODO: determine how this differs in terms of handling repeated parameters
48
+ # https://openlibrary.org/search.json?q=pokemon&mode=everything&author_key=OL67633A&author_key=OL1423328A
49
+
50
# Call the underlying search logic
51
_fields = WorkSearchScheme.default_fetched_fields
52
if fields:
0 commit comments