What are good APIs or search method for tagging objects into categories and searching them? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T20:38:10Z http://stackoverflow.com/feeds/question/448895 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/448895/what-are-good-apis-or-search-method-for-tagging-objects-into-categories-and-searc 1 What are good APIs or search method for tagging objects into categories and searching them? acidzombie24 2009-01-15T23:14:41Z 2009-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#449318 3 Answer by Kevin Loney for What are good APIs or search method for tagging objects into categories and searching them? Kevin Loney 2009-01-16T02:32:53Z 2009-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>