Re: 検索ブロックで、ページタイプをチェックボックスで絞り込む検索を実装したい

2015年11月10日 at 11:07

もう、遅いかもですが、

ページタイプの複数検索の方法、こちらにありました。

http://concrete5-japan.org/help/5-7/developer/working-with-pages/searching-and-sorting-with-the-pagelist-object/

pagelistクラスにfilterbyPageTypeHandleメソッドがあるので、引数をarrayで渡してあげれば、
複数検索できるようです

$ipl->filterbyPageTypeHandle()