Skip to content
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 wrong defalut value #1858

Merged
merged 3 commits into from
Dec 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/components/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ you might lucky enough that you actually get the correct data as the broken Stor

If partial response happen QueryAPI returns human readable warnings explained [here](query.md#custom-response-fields).

Now support two strategy:
* "warn"(defalut)
* "abort"
Now it supports two strategies:
* "warn"
* "abort" (default)

NOTE: Having warning does not necessary means partial response (e.g no store matched query warning).

Expand Down