mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[DOC] Fixed flags example incorrect syntax
This commit is contained in:
parent
c88d32150f
commit
51a6a95de3
@ -39,8 +39,10 @@ You can also use special flags
|
||||
--------------------------------------------------
|
||||
{
|
||||
"regexp":{
|
||||
"name.first": "s.*y",
|
||||
"flags" : "INTERSECTION|COMPLEMENT|EMPTY"
|
||||
"name.first": {
|
||||
"value": "s.*y",
|
||||
"flags" : "INTERSECTION|COMPLEMENT|EMPTY"
|
||||
}
|
||||
}
|
||||
}
|
||||
--------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user