I have being trying to use a relation field in the custom_field. But have not been able to.

My code is:
Code: Select all
<cms:if frm_yatra_selected!='-' >
    <cms:set my_search_str="<cms:concat my_search_str ' | choose_yatra==' frm_yatra_selected />"  scope='global'/>
</cms:if>


I am trying to implement: Filtered Search

Regards,
GenXCoders