-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add support to the pagination setting customization at the index level #1339
Conversation
Hello @vishalsodani, PS: This message was sent automatically! |
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.
Hey! Thanks for your contribution 🔥
I see that you are still in draft.
I made a small change request. Also .code-samples.meilisearch.yaml should be updated! Example here
ok. Thanks. I pushed as draft since I was not sure about the conformity of the tests I had written to the tests as written in other files like For example, What is the Private permission? |
Meilisearch has 1 master-key and 2 default keys. One being |
ok. Thanks. |
ok. But, locally I start a Meilisearch instance without any key. So, most of private tests are failing. |
As per the contributing guide you'll have to add the |
Can you merge main into your branch and re-run the command to run Meilisearch? Meilisearch just released version v0.29 |
Missing for the moment:
|
4ac48ca
to
7f2f7e7
Compare
Done. |
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.
Could you update the tests in settings.test.ts
and add the check of this new field as well?
Could you run |
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.
Sorry to come back as often with reviews, since there are a lot of changes everything does not pop immediately.
Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>
Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>
Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>
Also, add them bottom of your testing file you are missing some tests. See example in #1344 |
No issues. |
Done. |
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.
A part from these changes everything looks good :) Could you fix your styling errors?
Done. |
bors try |
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.
LGTM 🔥🔥🔥🔥
bors merge |
Thanks again for contributing with Meilisearch ❤️ |
Thanks for guiding me through the process! 😍 👏 @bidoubiwa |
Pull Request
What does this PR do?
Fixes #1298
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!