Filter Events by multiple dates
Hi Low, I'm trying to get events but not for a period, but for multiple dates, I already tried, but it's not working this way, maybe you would have another idea?
{exp:low_events:entries channel="availability" date="{embed:dates}" }
{title}
{/exp:low_events:entries}
{embed:dates} = 2013-06-20| 2013-06-21| 2013-06-22| 2013-06-23
I'm trying to use only one entries tag to filter several dates, another option that is working is that I repeat entries tag as many dates I have, but trying t see if I can lower number of queries.
thanx
Replies
Low 21 Jun 2013 07:42
Hi Davor,
I'm afraid the date parameter doesn't take multiple dates like that. Instead, you'd have to use a custom date range.
Davor Peic 21 Jun 2013 13:14
Yeah, well I'm trying to accomplish to get a week list of events (even if its the same event just repeating) and I know that is not possible (FR? :P) but I found a way to make it, will post it soon as a workaround for others.
thanx