"
Ops it doesn't work...
it takes also results from other fields (attr_body_t).
Is there a way to restrict the results anly to my custom field, actually my fetch is:
etch( ezfind, search, hash(
subtree_array, array($canale_node_id),
ignore_visibility, false(),
filter,array(
concat($search_field,$category_name),
concat('-meta_id_si:',$actual_objectid)
),
class_id, array( 'ame_video','ame_content'),
limit, 5,
sort_by, hash(published, desc)))
Thanks.
Roberto
"