Fix examples for Code-Review queries in search documentation

The Code-Review label is now called 'Code-Review' and not anymore
'CodeReview'.

Change-Id: I04c57107d2a4d4762216a09bca3c12a24c8916f0
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin 2014-01-13 09:17:46 +01:00 committed by David Pursehouse
parent ebd6eb130d
commit f6c0d526f1

View File

@ -358,20 +358,20 @@ Scores of +2 are not matched, even though they are higher.
+
Matches changes with either a +1, +2, or any higher score.
`label:CodeReview=+2,aname`::
`label:Code-Review=+2,aname`::
+
Matches changes with a +2 code review where the reviewer or group is aname.
`label:CodeReview=2,user=jsmith`::
`label:Code-Review=2,user=jsmith`::
+
Matches changes with a +2 code review where the reviewer is jsmith.
`label:CodeReview=+1,group=ldap/linux.workflow`::
`label:Code-Review=+1,group=ldap/linux.workflow`::
+
Matches changes with a +1 code review where the reviewer is in the
ldap/linux.workflow group.
`label:CodeReview<=-1`::
`label:Code-Review<=-1`::
+
Matches changes with either a -1, -2, or any lower score.