I'm trying to write a filter for a treestore using this example, and I'm wondering how you tweak/call the filter method so that you can display values that don't match your filter parameter.
I tried to tweak it so that it only called node.remove() when the the filter parameter was wrong. However this doesn't seem to update the store and panel.
Am I missing something?