nytai commented on a change in pull request #11054:
URL: 
https://github.com/apache/incubator-superset/pull/11054#discussion_r494768810



##########
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: 'all_text_chart',

Review comment:
       Looks like arg_names share a global namespace? If so, we should add the 
the resource name to other 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]

Reply via email to