-
Notifications
You must be signed in to change notification settings - Fork 95
Feature prototype: pagination feature compatibility #1305
New issue
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I understand well and ?
next to the parameter means the parameter is optional, LGTM according to the prototype 👌
3ef0a15
to
e6b95b3
Compare
93fe4f3
to
867c36c
Compare
eb88f7b
to
8895874
Compare
8895874
to
97d335b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
8335966
to
a772238
Compare
closed at his has been added in v0.30.0 |
We would like users to be able to test out a new feature before adding it to Meilisearch.
With this PR users are now able to use the following search query parameters:
and receive in their search response the following fields:
The following response fields are now optional:
offset
limit
estimatedTotalHits
See related issue
See related discussion
@curquiza and @ManyTheFish I put you as a reviewer but please only review
types.ts
as it covers the changes in parameters and response fields. It is to ensure I correctly followed the specs.