3
I’m making a search system for my blog (it already looks for post category and tags). Is there any SQL command (or if the SQL itself already does it) that makes it check all the contents of the data found in the table and return me?
Ex: I tag "test" for my post and look for "test" it will return me the right post (because they are N tags for 1 post). Now, if I put in the post content (or title) "I’m taking a test", it will look for the "test" there middle of the other words?
Is there any way to do that or I’ll have to blow up the search results to search word for word?
Wow, just what I needed. Thank you very much ;)
– Rafael Carneiro de Moraes