Filter by multiple statuses not working
I want to filter my search results by multiple statuses, e.g. status="open|featured". However, it just returns results with the "open" status and not those which have the "featured" status. Is there something I'm missing? See code below:
{exp:low_search:results
query="{segment_3}"
orderby_sort="title|asc"
status="open|featured"
}
Replies
Low 15 Jan 2014 10:02
Should work just like that. Are you sure the query you submitted actually contains entries with status "featured"? Other parameters can be in play, like entry/expiration dates, that might exclude them.
Cornelius Weidmann 15 Jan 2014 10:15
Hi, thanks for the quick response. It turned out to be an issue with the actual entry data, as you suggested. Thank you.