Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
163 stars 73 forks source link

Fix the issue that datasets not retrieved completely #2650

Closed bobbai00 closed 6 months ago

bobbai00 commented 6 months ago

This PR fixes the issue that some datasets are missing on the dashboard. The issue is caused by the search component, which limit the number of query result to 20 by default. The fix is to not using this component to retrieve, but use jooq query instead.