-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add workspace autocomplete list and highlighting #60424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
40d0258
b4010cc
17453df
f18e704
dd58318
6bf2ed3
629aafe
047f543
7f259f5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,6 +159,7 @@ function filterOutRangesWithCorrectValue( | |
case CONST.SEARCH.SYNTAX_FILTER_KEYS.TAX_RATE: | ||
case CONST.SEARCH.SYNTAX_FILTER_KEYS.FEED: | ||
case CONST.SEARCH.SYNTAX_FILTER_KEYS.CARD_ID: | ||
case CONST.SEARCH.SYNTAX_FILTER_KEYS.POLICY_ID: | ||
return substitutionMap[`${range.key}:${range.value}`] !== undefined; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No bugs here 👍 I noticed a small improvement that we could do. The way this key is built: |
||
|
||
case CONST.SEARCH.SYNTAX_FILTER_KEYS.TO: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,7 @@ autocompleteKey "key" | |
/ groupBy | ||
/ reimbursable | ||
/ billable | ||
/ policyID | ||
) | ||
|
||
filterKey | ||
|
Uh oh!
There was an error while loading. Please reload this page.