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

Search feature #197

Open
josh383451 opened this issue Jun 15, 2023 · 1 comment
Open

Search feature #197

josh383451 opened this issue Jun 15, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@josh383451
Copy link

josh383451 commented Jun 15, 2023

Is your feature request related to a problem? Please describe.
When we have thousands of files in the EFS, it would be good to be able to search for file names or directories within EFS.

Describe the feature you'd like
Search bar function to search for filenames or directories.

@josh383451 josh383451 added the enhancement New feature or request label Jun 15, 2023
@simonkrol
Copy link
Member

Hi @josh383451,
That seems like a reasonable feature, I'll pitch it to the team for the next major release and update here once we've made a decision.
If you'd like to take a shot at implementing it yourself, this seems like something that could be done by implementing a new search method on the efs_lambda.py lambda, and using the os.walk method to assist the search.

Thanks,
Simon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants