gr-search-bar: Autosuggest before/after

Change-Id: I4e01ff5e3acbfd8fa53c764f8b68b029195c91fd
This commit is contained in:
Orgad Shaneh
2021-02-25 16:32:54 +02:00
parent 503a3a69b8
commit b108a503ed

View File

@@ -41,10 +41,12 @@ import {MergeabilityComputationBehavior} from '../../../constants/constants';
// Possible static search options for auto complete, without negations.
const SEARCH_OPERATORS: ReadonlyArray<string> = [
'added:',
'after:',
'age:',
'age:1week', // Give an example age
'assignee:',
'author:',
'before:',
'branch:',
'bug:',
'cc:',
@@ -90,6 +92,8 @@ const SEARCH_OPERATORS: ReadonlyArray<string> = [
'is:watched',
'is:wip',
'label:',
'mergedafter:',
'mergedbefore:',
'message:',
'onlyexts:',
'onlyextensions:',