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

Enable display of folder's files, excluding sub-folders and their contents #303

Open
johnmhoran opened this issue Sep 8, 2018 · 3 comments
Milestone

Comments

@johnmhoran
Copy link
Member

It would be useful to be able to view the files contained in a particular folder while excluding from the view all of that folder's sub-folders and their respective contents.

@steven-esser
Copy link
Contributor

This can be accomplished by filtering on "Type", so the mechanism is there to do this. How do you envision this feature/view to be toggled?

@steven-esser steven-esser added this to the Future milestone Dec 10, 2019
@johnmhoran
Copy link
Member Author

How would that filtering produce the desired result? Let's say I have folder A, containing 2 files and sub-folder B. Assume sub-folder B also contains several files. If I select folder A in the tree and filter for Type = file, I see the files in sub-folder B as well as the files in folder A. Ideally I want just the folder A files to be displayed and not the sub-folder's contents.

@OmkarPh
Copy link
Collaborator

OmkarPh commented Jul 22, 2023

Do we still want this toggle?

We can achieve this via the following query:
image

For example,
image

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

3 participants