Closed aminya closed 3 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.
item.children
Is there a way to use fusejs for that?
I think you have made an issue on the wrong fusejs, this one is a wrapper for FUSE (a library to create filesystems).
Oh, sorry.
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?