The boolean operator AND (in all caps) or and (all lower case) can be used to join two other operators together. This results in a restriction of the results, returning only changes that match both operators.
The boolean operator OR (in all caps) or or (all lower case) can be used to find changes that match either operator. This increases the number of results that are returned, as more changes are considered.
The documentation for boolean operators is a bit sparse. Anyone have working examples?for example, the following query:q=change%3AI0123456789abcdef0123456789abcdef01234567+status%3A%28merged+OR+abandoned%29
returns new CRs in addition to abandoned and merged CRs, which is not the result I was expecting.ANDThe boolean operator AND (in all caps) or and (all lower case) can be used to join two other operators together. This results in a restriction of the results, returning only changes that match both operators.
ORThe boolean operator OR (in all caps) or or (all lower case) can be used to find changes that match either operator. This increases the number of results that are returned, as more changes are considered.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/694a11b9-2d02-4253-ae23-70a6557cf3ebn%40googlegroups.com.