| Example query | Explanation |
|---|---|
| educational | Search for all documents that contain the word "educational". |
| "educational research" | Search for all documents containing the phrase "educational research". |
| creator.surname:r* AND content:educational AND title:student | Search for documents where the author's surname begins with "r" and content contains "educational" and title contains "student" |
| creator.surname:{a* TO c*} | Search for author surnames beginning with "a", "b" or "c" |
| creator.surname:r* AND content:((educational OR pedago* OR humanities) AND research) | Search for all documents where author's surname begins with "r" and content contains one of the three ("educational","pedago*","humanities") and must contain "research". |
| content:(higher AND education AND knowledge AND Society AND challenges) | Search for all documents that contain all of the the named words in the content. |