gr-search-bar: Autosuggest before/after
Change-Id: I4e01ff5e3acbfd8fa53c764f8b68b029195c91fd
This commit is contained in:
@@ -41,10 +41,12 @@ import {MergeabilityComputationBehavior} from '../../../constants/constants';
|
|||||||
// Possible static search options for auto complete, without negations.
|
// Possible static search options for auto complete, without negations.
|
||||||
const SEARCH_OPERATORS: ReadonlyArray<string> = [
|
const SEARCH_OPERATORS: ReadonlyArray<string> = [
|
||||||
'added:',
|
'added:',
|
||||||
|
'after:',
|
||||||
'age:',
|
'age:',
|
||||||
'age:1week', // Give an example age
|
'age:1week', // Give an example age
|
||||||
'assignee:',
|
'assignee:',
|
||||||
'author:',
|
'author:',
|
||||||
|
'before:',
|
||||||
'branch:',
|
'branch:',
|
||||||
'bug:',
|
'bug:',
|
||||||
'cc:',
|
'cc:',
|
||||||
@@ -90,6 +92,8 @@ const SEARCH_OPERATORS: ReadonlyArray<string> = [
|
|||||||
'is:watched',
|
'is:watched',
|
||||||
'is:wip',
|
'is:wip',
|
||||||
'label:',
|
'label:',
|
||||||
|
'mergedafter:',
|
||||||
|
'mergedbefore:',
|
||||||
'message:',
|
'message:',
|
||||||
'onlyexts:',
|
'onlyexts:',
|
||||||
'onlyextensions:',
|
'onlyextensions:',
|
||||||
|
|||||||
Reference in New Issue
Block a user