Reference Guide to the Tag System

This page serves as a quick reference for the syntax of searching by tag.

Basic search

heidi penelope joseph

Will return a list of every image containing the characters "heidi", "penelope", and "joseph" in a tag.

Multi-word tags

+anna masterson

Searches for images tagged with "anna masterson", as opposed to images that contain the tags "anna" and "masterson" separately.

Blacklist tags

heidi -valerie

Searches for images tagged with "heidi" that do not include "valerie" in a tag.

Exact tags

#emily

Searches for image tagged with just "emily", and not "dark emily", or "emily the strange".

joseph -#ruth

Searches for images tagged with "joseph" that do not include exactly the "ruth" tag (but may include "ruth leslie" or "ruth the 3rd").

Combined searches

heidi || penelope

Searches for images tagged with either "heidi" or "penelope".

Special variables

$chars <= 3

Searches for images with no more than 3 characters present.

  • Comparison operators available for use are =, !=, <, <=, >, >=.