Wednesday 24 August 2011 7:27:51 am
Hello,
I use tree fetch function and I would sort by multiples attributes. This means I have a syntax like this : 'sort_by', array(
array('attribute', false(), 'new_item/creation_date'), array('attribute', false(), 'old_item/creation_date'), )
It doesn't work and I don't find the solution in the doc : http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Modules/content/Fetch-functions/list The fact that we cannot use the same sort method many times is written anywhere. Thanks in advance !
|