Hi, I’m putting together a database that I will be using to create dynamic pages. We have 4 media types - blog posts, pdfs, videos, and audio. I’d like some suggestions on how to make this database searchable by the end user in a normal fashion.
There are some search plugins that can scan the contents of a pdf (and a blog post) and return the results. The problem really arises when it comes to the video and audio. I’ve been thinking that I’ll tag the entries, and have the end user search using those tag terms. The problem is that this doesn’t allow for fuzzy matching.
I hope I’m clear with the problem I’m facing. Any suggestions? TIA.