Greetings!
Just quickly for reference: I am a designer and even though I have been using EE for years, my brain still works like a designer and sometimes it is difficult for me to visualize the reason why certain things are not working, could someone help me please?
I am attempting to use the Search Parameter in order to limit entries printed on the page. I would like to use the exact match option.
What I want to do, is limit items (agenda items) shown depending on which option is selected from a Select Dropdown list.
The list that I have in my dropdown list (and I’ve made sure it is set to searchable) is as follows:
Ballroom A
Ballroom B
Ballroom C
etc, etc..
I would like, for example, to only show the entries that are to be held in Ballroom A, using the Channel Entries Tag as follows:
{exp:channel:entries channel="agenda_items" category="17|18|19|20" orderby="{entry_date}" sort="asc" show_future_entries="yes" search:meeting_room="=Ballroom A"}
<div class="agendaItemContainer" id="agendaItem{count}">
<div class="agendaItemTime" id="agendaItem{count}Time">{agenda_start_time} - {agenda_end_time}</div>
<div class="agendaItemDescription" id="agendaItem{count}Description">{agenda_title}</div>
<div class="agendaItemLocation" id="agendaItem{count}Location">{agenda_location}</div>
</div>
{/exp:channel:entries}What I want, is to only show the entries that have that specific option (Ballroom A) chosen on the drop down.
I would use categories for this, but we’re already using categories for another function.
Is there another technique I could use to limit entries by drop down or multi select, or can someone see why this isn’t working?
Thank you for your help in advance! 😊