On Dec 22, 11:35 pm, Christopher Geheran <[email protected]> wrote:
> array(
>    '0'=>'Product.short_description LIKE' => "%_ $plural _%",
>    '1'=>'Product.short_description LIKE' => "%_ $singular _%"
> )
>
> Cake didn't seem to like that either.
>
> Any suggestions?


Make condition a string:

"Product.short_description LIKE ... AND Product.short_description
LIKE ..."

S.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to