Difference between revisions of "Character Tags"

From Anime Characters Database Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Tags are a bit of a mess. I'll try documenting what we have here, then work towards improving it.
 
Tags are a bit of a mess. I'll try documenting what we have here, then work towards improving it.
 +
==Newest Multiple Tag Support==
 +
[https://www.animecharactersdatabase.com/ux_search.php?choosetag Visual Search]
 +
 
==Tag Links==
 
==Tag Links==
 
  [https://www.animecharactersdatabase.com/tags.php All Character Tags]
 
  [https://www.animecharactersdatabase.com/tags.php All Character Tags]
Line 35: Line 38:
 
  [https://www.animecharactersdatabase.com/notags.php notags.php]
 
  [https://www.animecharactersdatabase.com/notags.php notags.php]
 
  [https://www.animecharactersdatabase.com/test-tagbubbles.php test-tagbubbles.php]
 
  [https://www.animecharactersdatabase.com/test-tagbubbles.php test-tagbubbles.php]
 +
==Notes==
 +
[https://www.animecharactersdatabase.com/acdb_tags.php 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.

Latest revision as of 16:11, 7 June 2022

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.