|
View Albums:
The following examples demonstrate how to use boolean search operators:
'apple banana'
Will find photos that contain at least one of the two words.
'+apple +juice'
Will find photos that only contain both words.
'+apple macintosh'
Will find photos that contain the word 'apple', but also returns photos if they also contain 'macintosh'.
'+apple -macintosh'
Will find photos that contain the word 'apple' but not 'macintosh'.
'apple*'
Will find photos that contain words such as 'apple', 'apples', 'applesauce', or 'applet'.
By Category
By Name
By Date
|