Skip to content

[Feature Request] Support both conjunctions in aggregations #111

@chrisdhanaraj

Description

@chrisdhanaraj

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions