I implemented Async Tree using this example. Now I need to implement filter in this tree and I did it with usage of this example. The problem is that filter applies only to fetched nodes, not to all nodes of the tree. Is there a way to get all nodes using standard filter, or I should write my own components for searching at server side and returning store with filtered items?