mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-07 18:39:42 +00:00
Escaped more characters
Signed-off by: Keith Chan <chankei@amazon.com>
This commit is contained in:
parent
2882c841cd
commit
a11d931a99
@ -57,7 +57,7 @@ search source=accounts;
|
||||
To get all documents from the `accounts` index that have either `account_number` equal to 1 or have `gender` as `F`:
|
||||
|
||||
```sql
|
||||
search source=accounts account_number=1 or gender="F";
|
||||
search source=accounts account_number=1 or gender=\"F\";
|
||||
```
|
||||
|
||||
| account_number | firstname | address | balance | gender | city | employer | state | age | email | lastname |
|
||||
|
Loading…
x
Reference in New Issue
Block a user