DOING A SIMPLE SEARCH
DOING AN ADVANCED SEARCH – using syntax to search more quickly
Required and prohibited search words
2. Attach a minus sign (-) in front of a word if you do not want that word to be found in any of the search results. Compare python versus python –monty (once again, no space between the – and monty)
Document section restrictions
3. t: will restrict searches to document titles only. Compare joe boxer versus t:joe boxer
4. u: will restrict searches to document URLs only. Compare intel versus u:intel
Phrase matching
5. Inverted commas( “ “) around a phrase will result in the words in that phrase being kept together. For example “lonely sea and the sky”
Wildcard matching
6. Attach an asterisk(*) to the right hand side of a word to return left side partial
matches. For example, don* will give all words with the stem of don (donned; donated; donations; donor)
Combining the syntax
7. This has to be done in the following order
(+) (-) (t:) (u:) ( “ “) (*)