I have built a custom filter that shows the clicked node and all its ancestors, i wish to apply this same filter when clicking on a search result.
I'm currently doing the node filtering myself and using chart.load(filteredItems), is there a more official way to achieve this filtering?