michael-s-molina commented on code in PR #24546:
URL: https://github.com/apache/superset/pull/24546#discussion_r1245685985


##########
superset-frontend/src/pages/ChartList/index.tsx:
##########
@@ -270,8 +270,8 @@ function ChartList(props: ChartListProps) {
       ? {
           filters: [
             {
-              col: 'dashboards',
-              opr: FilterOperator.relationManyMany,
+              col: 'dashboard_title',
+              opr: FilterOperator.startsWith,

Review Comment:
   It's using `startsWith` which is the same operator used by the Datasets 
filter.



-- 
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.

To unsubscribe, e-mail: [email protected]

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