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:
- clockwork malcolm / clockwork or malcolm
- finds documents containing 'clockwork' or 'malcolm'
- clockwork and malcolm
- finds documents containing both 'clockwork' and 'malcolm'
- clockwork not malcolm
- finds documents containing 'clockwork' but not 'malcolm'
- (clockwork not malcolm) and ACO
- finds documents containing 'ACO', plus 'clockwork' but not 'malcolm'
- clockwork*
- finds documents containing words starting with 'clockwork'
This format © 2001-08 Alex D. Thrawn for www.MalcolmMcDowell.net