On my site i have a bunch of media that are tagged. Example tags are dark, sneaky, medieval, forest, etc.
I want to search these tags on my website. What is a good library to do this?
-edit
I am using C# .NET. The code currently runs fine on my ASP.NET 3.5 server. I am using sqlite3 will be switching to a different SQL DB when i finalize the server.