I'm using the cakedc plugin on cakephp to implement a search on a field in the database (called Post.body). It works fine, but if the field contains html tags (like <p> or <img>, etc), the search will be performed on them as well. Is it possible to filter out / sanitize the search?
Thank you in advance