thanks Renan & Nick, works like a dream.

Jayson, I totally agree on the scalability comment. I just want to get something quick working, I may move to Zend_Search_Lucene for this in the future.

thanks for the help,
Si


On 25 Jan 2010, at 18:03, Renan de Lima wrote:

no, it doesnt :-)

try this:
$table = new TableClass();
$select = $table->select()->where('name LIKE ?', '%' . $keyword . '%');
$rowset = $table->fetchAll($select);

Reply via email to