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...