SuicideGirls Super Tag Search

By NewLlama Last update Sep 7, 2008 — Installed 47 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0
Script Summary:
Adds advanced boolean tag searching capabilities to suicidegirls.com. Supports unlimited querying on album tags using AND, OR, and NOT.

This script has no discussions.

start the discussion

This script has no reviews.

Normally you can only search for the existence of a tag in an album, however I've found that to be pretty limiting and there's no reason more complicated queries shouldn't be possible, that's one of the cool things about having a tag cloud. This script seamlessly integrates with the tag search interface to allow for arbitrary boolean queries.

Quick guide:
&: AND
|: OR
^: NOT
(): Priority

Examples:
Tagged with both "black hair" and "pink hair": "black hair & pink hair"
Tagged with either "no tats" or "no piercings": "no tats | no piercings"
Tagged with "glasses" but not "hipster": "glasses ^ hipster"
Tagged with "pigtails" and "freckles" but not "braids": "(pigtails & freckles) ^ braids"
Tagged with "long hair" and one of either "thigh highs", "stockings", or "garters": "long hair & (thigh highs | stockings | garters)"

The query engine is really simple, but it can support any number of search terms and parenthetical nesting.