Replies: 1 comment
-
I think this requires one custom filter callback that return true/false based on the combined different restrictions. Highlighting requires injecting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
This is currently my first project with Wunderbaum, so it's possible that I simply overlooked it in the documentation. But is there a way to define multiple filters and set and remove them independently of each other?
Example:
I am searching for a term with my search function.
If I now also apply a filter like this:
tree.filterNodes((node) => node.type !== ‘traceminus’, { mode: ‘hide’});
my search term is no longer highlighted.
If I now deactivate the filter, there are even more problems.
I would like to have the possibility to search while other filters are active.
Thanks for your help!
Greetings
Kian
Beta Was this translation helpful? Give feedback.
All reactions