From: avl Date: Mon, 6 Apr 2009 18:21:28 +0000 (+0300) Subject: fix search ability X-Git-Tag: 0.5~402 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=84d5805e52dbeb7ebd1c740fb633e63d0be42e48;p=ipf.git fix search ability --- diff --git a/ipf/admin/model.php b/ipf/admin/model.php index f4d3bd1..27db862 100644 --- a/ipf/admin/model.php +++ b/ipf/admin/model.php @@ -447,6 +447,7 @@ class IPF_Admin_Model{ } protected function _ListSearchQuery($request){ + $this->search_value = null; if (!$this->_isSearch()) return; $fields = $this->_searchFields();