It should be able to reverse a query by using the method reverse, using the D3 convention of chaining in front.
For example:
vis.reverse().search("web", {filter: true});
This query should perform the search but instead of filtering out it should filter back in...
It should be able to reverse a query by using the method
reverse, using the D3 convention of chaining in front.For example:
This query should perform the
searchbut instead of filtering out it should filter back in...