Assuming my tree is
- Cars
---- Toyota
---- Honda
When I use a string filter and search for "Honda" the tree looks like
- Cars
---- Honda
What I want is to grey out "Cars" only (NOT "Honda"), because it doesn't match the search string. It is to make the matching results more visible (alternatively highlight the matches somehow). Because if you have large trees and search for something the parents which don't contain the search word creates lots of noise and make it difficult to find what you're looking for. Is this somehow doable? If not, could this become a possible feature in next version?