Tip: apple OR orange returns all images matching either the apple or orange keywords
Boolean operators help you refine search. For instance:
Apple Orange or Apple AND Orange will return all images that have both words in their metadata ;
Apple OR Orange will return images that have either the “Apple” word or the “Orange” word in their metadata. Note that the OR operator must be in capital letters ;
"black cat" will return images that match the exact phrase “black cat” ;
Kid OR Child AND Male will return images of boys (the “AND” is optional) ;
A AND B OR C AND D AND E OR F means “A AND D AND (B OR C OR E OR F)”.
Note: searches are limited to 32 words and operators.