Proposal: Let users type to search the dataset/file picker inside a workflow #6241
yangzhang75
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
The design looks good to me. You can work on it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Body
Opening this for feedback before any work.
Summary
In the file picker inside a workflow (the "Select File" dialog on operators like CSV
File Scan), you can currently only scroll and click to find a dataset. Let users type to
filter it instead.
Motivation
When there are many datasets, scrolling to find the right one is slow. Typing a few
letters to narrow it down is much faster.
Proposed change
The dataset and version pickers are already
nz-selectdropdowns. Turn on ng-zorro'sbuilt-in
nzShowSearch, so typing filters the list by name. Optionally, make the filetree (picking the file within a version) searchable too.
This is a frontend-only change — no backend work, it just filters the list already
loaded in the dialog.
Open questions
(e.g. typing
17finds#17 iris)? I'd lean toward matching both.the dataset/version dropdowns for now?
Beta Was this translation helpful? Give feedback.
All reactions