-
Notifications
You must be signed in to change notification settings - Fork 33
Add command to create indexes without importing documents #133
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
4b7ef2f
to
f7b6dbe
Compare
f7b6dbe
to
2fd7a75
Compare
friendly ping @curquiza :) |
Hello @norkunas, sorry for the delay! Thank you so much for this improvement in our repository! Before I merge, can you give me an example to use your new command (or multiple examples if there are many ways to use your command) so that I can complete the docs accordingly :) |
Same way as other commands:
:) |
If I understand well, this is: php bin/console meili:index --indices=posts,comments to create |
You were faster than me! thanks for your answer! |
Yes, you are correct :) |
bors try |
tryBuild failed: |
I can submit a PR to fix unrelated failing tests |
It would be awesome! 🙏 thanks! |
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.
Thanks @norkunas
bors merge
Build succeeded: |
Pull Request
What does this PR do?
Allows to create configured indexes without importing documents.
Sometimes it's convenient to create only indexes without importing before to test if app flow just works in case you have many entities and the device is slow to import documents.
PR checklist
Please check if your PR fulfills the following requirements: