| |
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:
- Sugar Danny
- finds pages containing
'Sugar' or 'Danny'
- Sugar Danny
- same as above
- Sugar and
Danny
- finds pages containing
both 'Sugar' and 'Danny'
- Sugar not
Danny
- finds pages containing
'Sugar' but not 'Danny'
- (Sugar not
Danny) and Spurrier
- finds pages containing
'Spurrier', plus 'Sugar' but not 'Danny'
- flor*
- finds pages containing
words starting with 'Flor'
|