The text search engine allows queries to be formed from arbitrary Boolean expressions
containing the keywords AND, OR, and NOT, and grouped with parentheses. For example:
- Metal Zipper
- finds documents containing the words "Metal" or "Zipper"
- Metal and Zipper
- finds documents containing both "Metal" and "Zipper"
- Metal not Zipper
- finds documents containing "Metal" but not "Zipper"
- Zipper*
- finds documents containing words starting with "Zipper"
-
|