Filter page search?

Permalink 1 user found helpful
Hi
I need to do a filterd page search. See screenshot for an example.

So that if user checks a box only the pages with that attribute is shown.

Maybe there is an addon thas do this. But I have not found one that make it. Documentation for addons are sometimes rather limited.

Regards
Olle

1 Attachment

 
ScottC replied on at Permalink Reply
ScottC
each one of these would need to be passed into your pageList as something like:
$pl = new PageList();
$pl->filterByAttribute('your_attribute_name',$yourValue);


This is how a lot of the search and add-ons that deal with custom pageLists for tags etc(all the blogs and whatnot) use for categories, tags, sections etc, i'd venture to guess.
olleka replied on at Permalink Reply
Thank you.
I'ts a little to much for me to handle the programming of that search form then I guess.

I was thinking that there might be an add-on for this already.

I looked athttp://www.concrete5.org/marketplace/addons/search-tools/...

But can't really see if this is what I want. No pictures or demo...

Regards
olle