I\'ve been stuck on this for the last few hours. I got it working by hacking a few lines in /lib/Varien/Data/Collection/Db.php, but I\'d rather use the proper s
/lib/Varien/Data/Collection/Db.php
I've got another way to add an or condition in the field:
or
->addFieldToFilter( array('title', 'content'), array( array('like'=>'%$titlesearchtext%'), array('like'=>'%$contentsearchtext%') ) )