ValentinC-BR opened a new issue #13727: URL: https://github.com/apache/superset/issues/13727
The chart list seems to display ~100 charts. When the users looks for a chart by typing keywords, the search is only performed on these 100 charts. As a results, many charts cannot be found. ### Expected results The search should be performed on the complete list of charts a user owns. The limitation (100, or whatever the number is) should be applied on the search results, so that the user can find the desired charts ### Actual results The search is performed on the filtered list. #### Screenshots / #### How to reproduce the bug 1. Create 101 charts (not sure of the number) 2. Create a dashboard 3. Look for your 101th chart by using the search box 4. Error : your chart can't be found ### Environment - superset version: 1.0.1 - python version: 3.7.9 - node.js version: doesn't apply, I run on Kubernetes, using gunicorn as server - source : Athena ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [X] I have reproduced the issue with at least the latest released version of superset. - [X] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context / -- 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]
