We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repro:
http://localhost:5173/search?q=White%20Cat
en-GB (4)
{"q":"White Cat","top":8,"skip":32,"filters":[{"field":"language_code","value":"en-GB"}]}
Response is
{ "count": 4, "results": [], "facets": { "language_code": [ { "value": "en-GB", "count": 4 } ], "authors": [ { "value": " Anthony Heald", "count": 1 }, { "value": " Keith David", "count": 1 }, { "value": "Babe Walker", "count": 1 }, { "value": "James Patterson", "count": 1 }, { "value": "Michael Moore", "count": 1 }, { "value": "Nevada Barr", "count": 1 } ] } }
I think a faceted request for search shouldn't have the top/skip.
@HeidiSteen I think this is as simple as all faceted requests ignore top & page. Thoughts.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Repro:
http://localhost:5173/search?q=White%20Cat
en-GB (4)
facet and result summary says for items but they don't displayResponse is
I think a faceted request for search shouldn't have the top/skip.
@HeidiSteen I think this is as simple as all faceted requests ignore top & page. Thoughts.
The text was updated successfully, but these errors were encountered: