ylabel
ylabel copied to clipboard
Allow for boolean operators in query
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