c4milo / fusejs

Low level fuse bindings for nodejs
http://c4milo.github.io/fusejs
112 stars 72 forks source link

Fuzzy searching a tree of items #40

Closed aminya closed 3 years ago

aminya commented 4 years ago

I need to fuzzy search a tree of items. Each item may have some children (item.children), and each child could be an item itself. It can be a recursive thing.

Is there a way to use fusejs for that?

Merlin04 commented 3 years ago

I think you have made an issue on the wrong fusejs, this one is a wrapper for FUSE (a library to create filesystems).

aminya commented 3 years ago

Oh, sorry.