-
Notifications
You must be signed in to change notification settings - Fork 107
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 - Free text search #83
Comments
Hello, not sure this fits in the scope of the project. You should be able to write a function that walks the tree and uses a fuzzy search library to achieve this. What do you think? |
Sure - i can write it myselft but i just think it would be a nice feature in this library. It's something that i would be a lot of developers using this library would want to have right out of the box. |
Sounds kind of like a different library. At most perhaps the filtering functionality could be extended to support file name patterns rather than just extensions? |
Sure! Like i wrote in the title i would go for a "free text search" and it could also be a regex possibility. This would search on all the properties on each node. |
Is there a filter functionality present today? |
There is extension filtering as you can see in the readme. |
Ah - yes - i already use that one and it works great. |
Thanks for creating this package which works great!
Is a search-function in the pipeline?
Could be something like this:
.search("search_for_this_string", nodeArray[]): nodes[]
The text was updated successfully, but these errors were encountered: