QUERY AT THE
TABLE
Search at the Table supports two query types:
- exact match: returns results matching the exact phrase asked for
- advanced: in addition to phrase matching, this supports boolean operators.
current booolean operators supported
- AND (aliases
and, &&) - OR (aliases
or, ||)
some example queries
- every sentence containing either Keith or Austin, as well as the phrase "any sound"
(keith OR austin) AND "any sound" - every sentence that mentions both Jack and Lem
jack && lem - every sentence that mentions either Signet or Belgard
signet or belgard