Skip to content
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

Add support for searching only the file paths in the file tree #173

Closed
pombredanne opened this issue Oct 10, 2017 · 3 comments
Closed

Add support for searching only the file paths in the file tree #173

pombredanne opened this issue Oct 10, 2017 · 3 comments

Comments

@pombredanne
Copy link
Member

pombredanne commented Oct 10, 2017

This would help a lot to focus on certain files only with a path or name that matches a search string. The best similarity would the Github "find files" feature

The way I am thinking of this would be a new search box that would search and filter on the tree side may be or both the table and tree.

@jdaguil
Copy link
Contributor

jdaguil commented Feb 7, 2018

jsTree has a Search plugin which adds a search box for the tree. It's probably easier if you provide all the data at once. However, our tree is backed by the database, and we only provide the data it needs when it's needed. i.e. we only search for the children when you open the parent directory. I'm not sure what the implementation would be to enable this.

@steven-esser steven-esser added this to the Future milestone Dec 10, 2019
@OmkarPh
Copy link
Collaborator

OmkarPh commented Jan 1, 2024

Update - This is being experimented in improve/depth-based-tableview-sort

@OmkarPh
Copy link
Collaborator

OmkarPh commented Feb 8, 2024

Closing this, as discussed & resolved in #625

@OmkarPh OmkarPh closed this as completed Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants