nytai commented on a change in pull request #11054:
URL:
https://github.com/apache/incubator-superset/pull/11054#discussion_r494770421
##########
File path: superset-frontend/src/views/CRUD/chart/ChartList.tsx
##########
@@ -364,7 +364,7 @@ function ChartList(props: ChartListProps) {
Header: t('Search'),
id: 'slice_name',
input: 'search',
- operator: 'name_or_description',
+ operator: 'chart_all_text',
Review comment:
Looks like arg_names share a global namespace? I got a test failure on
the previously added `all_text` filter for saved queries. If so, we should add
the the resource name to other custom filters so there's no confusion/collision.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]