Skip to content

Commit 60f3ad3

Browse files
committed
add action as the new filter
1 parent 28bc3f4 commit 60f3ad3

8 files changed

Lines changed: 213 additions & 214 deletions

File tree

src/libs/SearchParser/autocompleteParser.js

Lines changed: 102 additions & 104 deletions
Large diffs are not rendered by default.

src/libs/SearchParser/autocompleteParser.peggy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ autocompleteKey "key"
7777
/ reimbursable
7878
/ billable
7979
/ policyID
80-
/ exportStatus
80+
/ action
8181
)
8282

8383
filterKey

src/libs/SearchParser/baseRules.peggy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ feed = "feed"i { return "feed"; }
6161
title = "title"i { return "title"; }
6262
assignee = "assignee"i { return "assignee"; }
6363
createdBy = "createdBy"i / "created-by"i { return "createdBy"; }
64-
exportStatus = "exportStatus"i / "export-status"i { return "exportStatus"; }
64+
action = "action"i / "action"i { return "action"; }
6565

6666
operator "operator"
6767
= (":" / "=") { return "eq"; }

0 commit comments

Comments
 (0)