| Mahesh Arvind
                                                                                                                             
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Monday 29 March 2004 8:10:57 am 
                                                                
                                                                 Hi, I am using attribute filter to filter out articles which are of language "English" and based on the type of article, which is an Enum - option. The code I am using is  
{let cont=fetch('content','list',hash( parent_node_id,"133"),
 class_filter_type, "include",
 class_filter_array, array(17),
 attribute_filter,array( and,array(196, '=', $node.data_map.language.content),(161,'=','Prayer Request Submission')))}
 However, I do not get anything published. $node.data_map.language.content is the language of the article and Prayer Request Submission is the type. So can anybody help me out how to filter the articles based on these two ? 
Thanks & RegardsMahesh
 Thanks & RegardsMahesh
 |