[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…
Reference in New Issue