Issue 1235: support searching by label from a specific person
Status:  Invalid
Owner: ----
Closed:  Nov 2014
Reported by vap...@google.com, Jan 18, 2012
i'd like to be able to search gerrit for all open CLs where i'm a reviewer but *i* haven't done any code review

at first i thought this would work:
status:open reviewer:vapier label:CodeReview=0

but then i find out the label:CodeReview applies to all reviewers

perhaps extending the label syntax ?  something like:
label:[user:]<label>[op/score]
Nov 13, 2014
Project Member #1 zaro0508
This query does it for me, "reviewer:self status:open label:Code-Review=0".  I think your label of 'CodeReview' is incorrect which gerrit just ignores.
Status: Invalid