Files
gerrit/polygerrit-ui/app/elements/shared/gr-rest-api-interface
Patrick Hiesel f4cececec6 Fix project index query when query contains a split character
Hyphens are reserved characters in the query language and used as NOT
operators. When the user provides a query with a hyphen, split it into
'inname' queries and 'AND' them together. Ignore leading and trailing
hyphens.

Do the same for other split characters as defined in
SchemaUtil#getNameParts.

Change-Id: I59144b91fcb28fff6b3da43365f45830169781ca
2018-09-03 14:12:54 +02:00
..