In NERM through REST API query parameter, I have to mention the “Profile Search” type attribute value with Liquid Template Language. For achieving this I am mentioning the attribute in the below format: {{ attribute.company_ne_attribute.first.operating_company_name_ne_attribute | url_encode }}
Same syntax works fine with Text Field attribute. Please provide the correct syntax for mentioning the profile search attribute information in NERM Rest API query parameter with Liquid Template Language.
If operating_company_name_ne_attribute is a text field on the company_ne_attribute profile - then your syntax should work just fine… If it is another Profile Search / Select attribute, you could use the below to just pull the Name of that sub-profile (as set by the configured Profile Naming settings for the Profile Type):