Getting search results from the values of multiple custom fields.
I'm sorry this may be a newbie question:
Is there a way to search using multiple filters from multiple custom fields?
For example:
Let's say a channel has two custom fields "Color" and "Size". Is there a way to ask Low:Search for all the entries that have Color: 'Red' AND Size = 'XL'?
Replies
Low 24 Sep 2015 13:56
Of course. Just use the Field Search filter for as many fields as you want. Just like you can use multiple search:field="foo" parameters in the channel:entries tag.
Panos 24 Sep 2015 14:03
Great! Thank you!