|
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. |
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.





