All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Filter by multiple statuses not working

Cornelius Weidmann 15 Jan 2014 09:47 question, complete

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

  1. 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.

  2. 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.