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