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 9ee557e commit 4a93c2bCopy full SHA for 4a93c2b
openlibrary/fastapi/search.py
@@ -75,7 +75,6 @@ async def search_json( # noqa: PLR0913
75
q: str | None = Query("", description="The search query."),
76
sort: str | None = Query(None, description="The sort order of results."),
77
fields: str | None = Query(None, description="The fields to return."),
78
- # facet: bool = Query(False, description="Whether to return facets."),
79
spellcheck_count: int | None = Query(
80
default_spellcheck_count, description="The number of spellcheck suggestions."
81
),
0 commit comments