************************************************************
***** NOTE: THIS BUG TRACKER IS FOR GERRIT CODE REVIEW *****
***** DO NOT SUBMIT BUGS FOR CHROME, ANDROID, INTERNAL *****
***** ISSUES WITH YOUR COMPANY'S GERRIT SETUP, ETC. *****
***** THOSE ISSUE BELONG IN DIFFERENT ISSUE TRACKERS! *****
************************************************************
Affected Version:2.8.4
What steps will reproduce the problem?
1.Add below lines as comment to one change of <test_project>
NEW_NAME must be changed to actual value.
Model-Requirement with correct name and index.
L2GP/LAG/EthernetSwitch(Module)
Using IpUtils.sleep() is better.
2. Search the change which I add comment at first step.
### below search options match the right change
comment:"Requirement" project:<test_project>
comment:"EthernetSwitch" project:<test_project>
comment:"IpUtils.sleep" project:<test_project>
### below search options match nothing
comment:"Model-Requirement" project:<test_project>
comment:"Using IpUtils.sleep() is better." project:<test_project>
comment:"Using IpUtils.sleep" project:<test_project>
comment:"with correct name and index" project:<test_project>
comment:"correct name and index" project:<test_project>
comment:"name and index" project:<test_project>
comment:"name and" project:<test_project>
comment:"NEW_NAME" project:<test_project>
comment:"NEW" project:<test_project>
comment:"NAME" project:<test_project>
What is the expected output? What do you see instead?
The search options fail, I should get expected change, but nothing.
Please provide any additional information below.
I try to update the secondary index of specific change, but seems helpless.