Hi
One of the features of my app is to save a list of tags related to the main content. I want to save all tags inside mysql tagsfield inside my posts table.
My doubt is what is the better fieldtype and what is the better query to retrieve the information.
example: find the word [chocolate] in tags field and show all rows that have that tag
Thanks for the tips