What are good APIs or search method for tagging objects into categories and searching them? - Stack Overflow most recent 30 from stackoverflow.com2009-12-03T20:38:10Zhttp://stackoverflow.com/feeds/question/448895http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/448895/what-are-good-apis-or-search-method-for-tagging-objects-into-categories-and-searc1What are good APIs or search method for tagging objects into categories and searching them?acidzombie242009-01-15T23:14:41Z2009-03-26T14:46:05Z
<p>i want to tag many user created content and have multiple types of categories (project tags, desc tag, style/inspiration tag etc). I seen horrible search engines where the more words you use the worse your result is and i dont want that with tagging.</p>
<p>What are good APIs or search method for tagging objects into categories and searching them?</p>
http://stackoverflow.com/questions/448895/what-are-good-apis-or-search-method-for-tagging-objects-into-categories-and-searc/449318#4493183Answer by Kevin Loney for What are good APIs or search method for tagging objects into categories and searching them?Kevin Loney2009-01-16T02:32:53Z2009-01-16T02:34:08Z<p>You might want to check these questions out:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/20856/how-do-you-recommend-implementing-tags-or-tagging">How do you recommend implementing tags or tagging</a></li>
<li><a href="http://stackoverflow.com/questions/334183/what-is-the-most-efficient-way-to-store-tags-in-a-database">What is the most efficient way to store tags in a database?</a></li>
</ul>
<p>They both describe the same approach which should be easily tweakable to allow you to organize your tags into different categories.</p>