You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, the escaping that's being done now is probably correct either in older version or when there are multiple queries separated with ,. I don't have access to a recent version of Gerrit to test with so if there's a way to construct a failing test case that could be used to test a fix against that would help.
Gerrit syntax allows to query for approval scores, so something like the following is possible:
status:open label:verified=+1,user=jenkins
For all open changesets that were
+1
'd by a user namedjenkins
.Due to 8adc2df, it however currently is impossible construct such a query - the
+
insidelabel:verified=+1
gets escaped wrongly.The text was updated successfully, but these errors were encountered: