You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
Small issue with the facet endpoint. Currently a stringQuery OR a structuredQuery is a required parameter. This is not stated in the documentation and I had to dig through the code to figure that out. Could we set the default behavior of retrieving a facet to be the first 10 results?
In other words, I want to just call this: /facet/title without any parameters and return the first 10 results by default.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Small issue with the facet endpoint. Currently a stringQuery OR a structuredQuery is a required parameter. This is not stated in the documentation and I had to dig through the code to figure that out. Could we set the default behavior of retrieving a facet to be the first 10 results?
In other words, I want to just call this: /facet/title without any parameters and return the first 10 results by default.
The text was updated successfully, but these errors were encountered: