You can refine your search by using AND, OR & NOT
{Capitalised or lowercase is fine}
For Example " cat or dog or monkey "
Will return every distinct entry with
"cat" within the KEYWORD field searched
OR
"dog" within the KEYWORD field searched
OR
"monkey" within the KEYWORD field searched
" cat and dog and monkey "
Will return all distinct results with ALL 3 searchwords collectively contained in the field searched
AND & OR, can be strung out....
" cat and dog and monkey and cow and bear and horse "
" cat or dog or monkey or cow or bear or horse "
Combination....
" cat or dog and monkey "
Will return all distinct results with EVERY "cat" and adding "dog with monkey"
Deeper Combo....
" cat or dog or mouse or horse and monkey "
Will return all distinct results with EVERY "cat, dog and mouse" and adding "horse with monkey"
Negation.... Using NOT
cat or dog or mouse NOT pig "
Will return all distinct results with EVERY "cat and dog" and adding every "mouse" without "pig"
Negation only works on the preceding word
There can be only one instance of NOT
Using the wildcard "%" will return all entries