summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Rohlfs <brohlfs@google.com>2021-03-08 19:26:13 +0100
committerPaladox none <thomasmulhall410@yahoo.com>2021-08-05 04:54:41 +0000
commit8df868b9887fe8b11d4e46b47552523522113bf7 (patch)
tree1e8369fef36ef6444e8dac07bb47f830004b6ef0
parent3dc60e61131ce265a7467c27bdcc942378a40fe9 (diff)
Add attention operator for auto-complete
Bug: Issue 14199 Change-Id: I3adf02652986de1266ae3a702412758bc355d6a3 (cherry picked from commit 92cc4f51281d9e2d244931e10dc1e789e11ffcae)
-rw-r--r--polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.ts b/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.ts
index 3f5384727c..d34dcc944d 100644
--- a/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.ts
+++ b/polygerrit-ui/app/elements/core/gr-search-bar/gr-search-bar.ts
@@ -45,6 +45,7 @@ const SEARCH_OPERATORS: ReadonlyArray<string> = [
'age:',
'age:1week', // Give an example age
'assignee:',
+ 'attention:',
'author:',
'before:',
'branch:',