By default the search will find images that contain ALL of the words typed into the search field, which is the same as using the Boolean AND operator.
Use - (hot -dog) to find images that contain "hot" but NOT "dog".
Use * (hot*) to find images that start with "hot", e.g. "hotter" or "hotel".
Use ' ('hot dog') to find images that contain exactly "hot dog".


