Skip to content

Allow for boolean operators in query #21

@talolard

Description

@talolard

It would be cool if we could search for "Donald NOT trump" cause we want mentions of donald duck.

  • We'd need to build a query parser, which sucks. Maybe use this
  • The search API is kind of built for this, we'd do multiple distinct calls to the searchForTokens function then take their intersection for AND or union for OR

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