-
Notifications
You must be signed in to change notification settings - Fork 334
Filter query improvements on tables #17747
Copy link
Copy link
Open
Labels
QA/dev-automationIssues that engineers have written automation around so QA doesn't have look at thisIssues that engineers have written automation around so QA doesn't have look at thisarea/dashboardbot/issue-triage/priority-2kind/enhancementneeds-info
Milestone
Metadata
Metadata
Assignees
Labels
QA/dev-automationIssues that engineers have written automation around so QA doesn't have look at thisIssues that engineers have written automation around so QA doesn't have look at thisarea/dashboardbot/issue-triage/priority-2kind/enhancementneeds-info
Type
Fields
Give feedbackNo fields configured for Feature.
Regarding the filter query used on tables, I believe the final resolution was the following:
key:valuebased syntax wherekey="column name"andvalue="string to search"In other words:
erroryou just entererrorin the filter input and the current search (across the entire table contents) kicks in, displaying all entries containing theerrorkeyword in any columnstate(a specific column name) conaining theerrorkeyword, you enter"state":"error"Additional details and improvements will probably be added later on as we pick this up... Please inquire about this with the UX team.