From 37e37255dcb52b1b356d663f4f1526cc34535f21 Mon Sep 17 00:00:00 2001 From: Stikki Date: Fri, 19 Sep 2014 08:11:27 -0500 Subject: [PATCH] Small mindfart with logic with search_* type --- lib/class.ListIt2ItemQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 lib/class.ListIt2ItemQuery.php diff --git a/lib/class.ListIt2ItemQuery.php b/lib/class.ListIt2ItemQuery.php old mode 100644 new mode 100755 index ddabda7..4c10588 --- a/lib/class.ListIt2ItemQuery.php +++ b/lib/class.ListIt2ItemQuery.php @@ -225,7 +225,7 @@ private function _append_internal() if(!empty($params['search_'.$fielddef->GetAlias()])) { - $thisparam = $params['search_'.$fielddef->GetAlias()]; + $thisparam = explode(',', $params['search_'.$fielddef->GetAlias()]); $this->AppendTo(parent::VARTYPE_QPARAMS, $fielddef->GetAlias()); $thisor = array();