* Test setDefaultParams.

This commit is contained in:
daitingting
2023-11-29 08:16:50 +00:00
parent 293eeb61a7
commit 2eb5327ba3
4 changed files with 132 additions and 0 deletions
+2
View File
@@ -57,6 +57,8 @@ class searchModel extends model
$groupAndOr = strtoupper($this->post->groupAndOr);
if($groupAndOr != 'AND' && $groupAndOr != 'OR') $groupAndOr = 'AND';
a($searchFields);
a($fieldParams);exit;
$queryForm = $this->initSession($module, $searchFields, $fieldParams);
$scoreNum = 0;