krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
18.36k stars 772 forks source link

can i do a sub search #329

Closed medspec closed 4 years ago

medspec commented 5 years ago

a have an array of 3 levels [group] => [posts] and those posts have [tags] now i want to show only the groups AND only the posts that have certain tags. at the moment it finds them just fine. But it shows the complete group with all the posts, including the posts that do not have matching tags.

is there a solution for this ?

sdrib commented 5 years ago

You could pass the result of your first search to a second one.

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days