[DOC] Fixed flags example incorrect syntax

This commit is contained in:
Binh Ly 2014-04-01 14:43:38 -04:00
parent c88d32150f
commit 51a6a95de3
1 changed files with 4 additions and 2 deletions

View File

@ -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"
}
}
}
--------------------------------------------------