Character Tags

From Anime Characters Database Wiki
Revision as of 16:11, 7 June 2022 by Asura (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tags are a bit of a mess. I'll try documenting what we have here, then work towards improving it.

Newest Multiple Tag Support[edit]

Visual Search

Tag Links[edit]

All Character Tags
Search Character Tags
Combine Tags
Multiple Tag Search ( up to 3 )
acdb_tags.php
allctags.php
mobile_pubtags.php
mobile_tags.php
mycharactertags.php
newtags.php
pubtags.php
rapidsearchtags.php
sitemap_tagcloud.php
tagcloud.php
tagcp.php
tagdescriptions.php
taglist.php
taglist2.php
tagmoderation.php
tags_sitemap.php
title_tags.php

Tag Change History[edit]

lazytaghistory.php
saved_tags.php

Require a ref to work[edit]

anime_tags.php
c_tags.php
lazytag.php

Dev side only[edit]

kona_tags.php
myquotetags.php
notags.php
test-tagbubbles.php

Notes[edit]

acdb_tags.php is the only places where a proper INNER JOIN based multiple tag approach was attempted. It can now be deployed any place else that uses tags and should support multiple tags in searches and filtering. 
Previously I used either single ='s matching, or a limited form of IN() or some wacky join that didn't quite work.