examples:
- party OR guide - finds documents containing 'party' or 'guide' ('OR' must be uppercase)
- entertain* - finds documents containing words starting with 'entertain' (entertainers, entertainment,
entertaining, entertained)
- ~party - a synonym search; finds documents containing 'party' or something similar such as 'birthday'
- +13 - finds documents containing the number '13'; used for common words usually excluded such as 'the'
or 'and'
- 1600..1699 - finds documents containing the range of numbers 1600 through 1699
- advanced search operators
|
|