Use the form below to search for documents in this web containing specific words or combinations of words. The text search engine will display a weighted list of matching documents, with better matches shown first. Each list item is a link to a matching document; if the document has a title it will be shown, otherwise only the document's file name is displayed. See Search Tips for a brief explanation of the query language, along with examples.
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:
- summative reports
- finds documents containing 'summative ' OR 'reports'
- so will find any page containing 'reports' - not just summatives
- summative or reports
- same as above
- summative and reports
- finds documents containing both 'summative' AND 'reports' - more specific
- reports not summative
- finds documents containing 'reports' but NOT 'summative'
- (reports not summative) and pastoral
- finds documents containing 'pastoral'', plus 'reports' but NOT 'summative
- report*
- wild card search - finds documents containing words starting with 'report'
- so will find report, reports, reporting etc.
- the asterisk (*) is the wild card