Multi Relation Problem

I din’t check if the code of softart works but the

$criteria->with = array(‘category’=>array(‘with’=>‘groups’)); works at least for sorting case (I have some problem by search text - is float type)

Does someone know if the above code is tha same with

$criteria->with = array(‘category’, ‘category.groups’) ?

I realy didn’t know this way!

you have right :) the problem was the double “with”

Hi all this trouble while using my RelatedSearchBehavior extension makes this really easier!