Tuesday 25 November 2008 3:38:35 am
hi all, apologies in advance for asking such a basic question, but i'm having trouble with this fetch.... {def $score_count = fetch( 'content', 'tree_count', hash( 'parent_node_id', 2, 'class_filter_type', 'include', 'class_filter_array', array( '47' ),
'attribute_filter', array( array( 'score/player_name', '=', 'John Doe' ) )
) )} where the 'player_name' attribute is an Object relation i can't seem to return any results, have i missed something regarding object relations? thanks
|