foo
: Find all instances containing the exact word foo
.foo*
: Find all instances containing a word starting with foo
.name:music
: Find instances with the word music
in their names.ver:3.2.1
: Find instances running version 3.2.1
.name:music -technology
: Find instances with the word music
in their names
but not technology
.