Skip to content

Commit 4a93c2b

Browse files
committed
refactor: remove commented-out facet query parameter
1 parent 9ee557e commit 4a93c2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openlibrary/fastapi/search.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ async def search_json( # noqa: PLR0913
7575
q: str | None = Query("", description="The search query."),
7676
sort: str | None = Query(None, description="The sort order of results."),
7777
fields: str | None = Query(None, description="The fields to return."),
78-
# facet: bool = Query(False, description="Whether to return facets."),
7978
spellcheck_count: int | None = Query(
8079
default_spellcheck_count, description="The number of spellcheck suggestions."
8180
),

0 commit comments

Comments
 (0)