Hello! I think this is a feature request, but let me know if this is already possible. Given something like before ``` { genre: Action, tags: ['Dark', 'Happy', 'Sad'], }, { genre: Adventure tags: ['Mysterious'] } ``` I would love to be able to support both stories of 1. Show me any movie that is __Genre: Action__ **AND** __Tag:Dark AND Happy__ or 2. Show me any movie that is __Genre: ACTION__ **OR** __Tag: Dark AND Happy__ Basically support different kinds of ways to slice and dice the data This is a great library, feels like one of the only in-browser libraries that supports facets!