| 
                                                             Friday 07 April 2006 12:16:51 am 
                                                            
                                                                
                                                                 I have class with attributes: 
title [text line] description [text block] and object with data title - "TITL" and description "desc" I try to fetch data in template:         
    {$list=fetch(content, list, hash(parent_node_id, 666, attribute_filter, array(array( "myclass/title", "=", "TITL")}
    This fetch does not return any results. W/o attribute filter i get my object. when i try to put filter criteria in lowecase ("titl") I also GET results, though my title is in UPPERCASE. Why? Also, o I try to use same syntax to filter by description, but I cannot get any results. Is it posible to filter by text block?                                                             
                                                                                                                     |