-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix document:search command #67
Conversation
shouldn't we simply remove the |
The
|
It seems that only how arguments are provided makes the difference. And I find that confusing. How, as a user, can I know in advance which one is executed, between I believe that we need to make additional commands stand alone more. |
The hook only works for non-existing commands. If kourou doesn't know the command, then it try to pass it to So the |
I guess we'll discuss this in the pre-release workshop anyway. 🤔 |
# [0.15.0](https://github.com/kuzzleio/kourou/releases/tag/0.15.0) (2020-10-20) #### New features - [ [#61](#61) ] Add app:start-services command ([Aschen](https://github.com/Aschen)) - [ [#63](#63) ] Add api-key support ([rolljee](https://github.com/rolljee)) #### Enhancement - [ [#67](#67) ] Fix document:search command ([Aschen](https://github.com/Aschen)) - [ [#65](#65) ] Allows to infer body as first argument for query hook ([Aschen](https://github.com/Aschen)) #### Others - [ [#62](#62) ] Adds app:scaffold and app:run commands ([Aschen](https://github.com/Aschen)) ---
What does this PR do?
With the query hook, users are used to execute API action like this:
So I modified the
document:search
command be used withkourou document:search <index> <collection> <query>
Other changes
fingerprint
toapi-key:search
command displaythis.sdk?.<controller>
usage