Regression: DB Table Selector WEBUI

Before the WEBUI migration, the DB Table Selector offered a search box to filter/drill.

likely given lazy load, the search function was removed.

If you work real applications, this is a major downgrade. if you work small projects with 5 tables and views, then no one cares.

Hey @fe145f9fb2a1f6b,

absolutely valid point and we are already working on a solution. Your assumption is correct that this was a limitation of going for a lazy loading approach which was needed to deal with larger DBs.

Sorry for the inconvenience and thanks for the feedback,

Daniel

2 Likes

Hey @fe145f9fb2a1f6b

we’ll reintroduce the search with KNIME AP 5.12. It will look something like this

Best regards
Paul

4 Likes

good to hear @Paul_Brnrthr
will this also fix the MS SQL JDBC Driver issue that made it load (1) too much data in single DB connection and (2) nothing that is available by default in multi-db connections?