Add revertOf to ChangeIndex

This change adds revertOf to the ChangeIndex and adds a predicate to query
the new propery.

Change-Id: I40684400ab8fa1d854dc70af5e76214222581d07
This commit is contained in:
Patrick Hiesel
2017-07-13 13:13:27 +02:00
parent 828f322d55
commit a54d25ccce
8 changed files with 112 additions and 12 deletions

View File

@@ -154,6 +154,8 @@ public class SearchSuggestOracle extends HighlightSuggestOracle {
suggestions.add("unresolved:");
suggestions.add("revertof:");
if (Gerrit.isNoteDbEnabled()) {
suggestions.add("cc:");
suggestions.add("hashtag:");