Skip to content

Commit df8815e

Browse files
committed
repeated params todo
1 parent cb80f50 commit df8815e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openlibrary/fastapi/search.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ async def search_json(
4444
else:
4545
final_query = {"q": q, "page": page, "limit": limit}
4646

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+
4750
# Call the underlying search logic
4851
_fields = WorkSearchScheme.default_fetched_fields
4952
if fields:

0 commit comments

Comments
 (0)