-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Keep Searchbox open to import multiple nodes #2004
Comments
@huchenlei In case you don't want to make it a normal behavior, would it be possible to add an user option in Settings or a checkbox/switch to the Searchbox itself to keep it open? |
I like the idea. I can write and propose an implementation of the setting. I can also do the same for the node filter dialog. |
What do you think of having option to preserve search context, rather than keeping the searchbox open while adding? Like this: persist-search-context.mp4When the searchbox stays open as you add, the nodes stack on top of one another and there is not very good visual feedback. It becomes hard to tell what you've added, and you are forced to rearrange afterwards since they are stacked. |
@christian-byrne Yeah, you're right about that! |
I guess the standard solution would be to automatically select the restored content so it can be deleted without any additional keystrokes. Similar to Ctrl+F feature in browsers. You would also need to be able to delete filter chips with backspace. Persistent search context was also requested here. |
Currently there are issues with the extendability of the
The implementation of these features will most likely entail an easy way to persist search context. |
Is there an existing issue for this?
What would your feature do ?
When using the Searchbox via double-click or shortcut, it currently closes automatically after selecting a node. While this might be convenient in some cases, it can also be restrictive when you're in the building process and want to explore multiple options.
For instance, if you've filtered search results by keyword, or specific node, input or output types, you may want to import several nodes that match your criteria. However, everytime the Searchbox is closed, all your filtering is lost; you have to re-enter the same keywords and filters every time you reopen it. This can be frustrating and inefficient.
While you can use the Node Library to find and import multiple nodes, using the Searchbox during the building process often feels more intuitive and natural. It would be helpful to have the option to keep the Searchbox open after selecting a node, allowing you to continue searching, filtering, and importing additional nodes.
Proposed workflow
Additional information
No response
┆Issue is synchronized with this Notion page by Unito
The text was updated successfully, but these errors were encountered: