Forums / Extensions / eZ Find / exact match from related objects

exact match from related objects

Author Message

Ivo Lukac

Saturday 25 June 2011 3:15:57 am

"

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

"

Hi,

Can you paste ezfind/solr request message (enable debug) so we can see what is going on?

http://www.linkedin.com/in/ivolukac
http://www.netgen.hr/eng/blog
http://twitter.com/ilukac

roberto perata

Monday 27 June 2011 4:29:02 am

I've seen solr index also the object_id I was looking for, so I'm filtring that attribute.