Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for boolean operators in query #21

Open
talolard opened this issue Jul 11, 2019 · 0 comments
Open

Allow for boolean operators in query #21

talolard opened this issue Jul 11, 2019 · 0 comments

Comments

@talolard
Copy link
Collaborator

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant