I have a custom channel for members
Member Channel has MultiSelect relationship to the brandID of Brand Channel
Now , what I’m trying to do is to pass the member name through the url as {segment_3} and fetch all related brand_ids for this particular member.
{exp:channel:entries channel="customMemberChannel" disable="pagination" limit="1" search:custom_member_name="{segment_3}"}
{multi_brand_select}
{/exp:channel:entries}AS a result I’m always getting just my latest members brand IDs is there any other way to fetch data except of doing it through search:field_name ?
And after that I want to select from the Items Channel the items based on Brand IDs and output as XML.