Query Language

The text search engine allows queries to be formed from arbitrary Boolean expressions containing the keywords AND, OR, and NOT. For example:

information or retrieval
Finds documents containing 'information' or 'retrieval'

information and retrieval
Finds documents containing both 'information' and 'retrieval'

information not retrieval
Finds documents containing 'information' but not 'retrieval'

Close Window