Search Tips
| Symbol |
Example |
Description |
| + |
eleanor + christmas |
Returns documents containing 'eleanor' and 'christmas' |
| | |
simpsons | futurama |
Returns documents containing 'simpsons' or 'futurama' |
| - |
bunker - hill |
Returns documents containing 'bunker' without 'hill' |
| ? |
re?d |
Replaces a single character, so documents returned would contain 'reid', 'reed', etc. |
| * |
ja*son |
Replaces multiple characters, so documents returned would contain 'jackson', 'jamison', etc. |
| ADJ# |
Edenton ADJ5 buried |
Returns documents that contain the word 'Edenton' and 'buried within 5 words of each other in that order |
| NEAR# |
Edenton NEAR5 buried |
Returns documents that contain the word 'Edenton' and 'buried within 5 words of each other in any order |
| > |
hall>3 |
Returns documents that contain the word 'hall' more than 3 times |