| |
This "search for" function allows
AND, OR,
and NOT, and parentheses in the expression being searched; for
example:
- thread
selection
- Searches for pages containing
'thread' or 'selection'.
- thread
or selection
- Same as above.
- thread
and selection
- Searches for pages containing
both 'thread' and 'selection'.
- thread
not selection
- Searches for pages containing
'thread' but not 'selection'.
- (thread not
selection) and application
- Searches for pages containing
'application', plus 'thread' but not 'selection'.
- ane*
- Searches for pages containing words
starting with 'ane'.
|
|