Issue 3186: gerrit search regex - ignorecase
Status:  New
Owner: ----
Reported by ki...@motorola.com, Feb 18, 2015
Affected Version: 2.8.4 Features

What steps will reproduce the problem?

reviving issue: https://code.google.com/p/gerrit/issues/detail?id=1401

gerrit Search: there no easy way to run search with ignore case regex.

For eg: I want to search gerrits with topic set to "2014fixes" with ignore case:
topic:"^(?i)2014fixes"
does not return any results.