* [bug#65063] modify the retrieval of search data.

This commit is contained in:
wangzemei
2025-08-29 16:34:59 +08:00
parent 035b4d911a
commit 4cbb3e42d8
+1 -1
View File
@@ -2039,7 +2039,7 @@ class storyZen extends story
}
$fieldParams = array();
if($searchConfig) $fieldParams = json_decode($searchConfig['fieldParams'], true);
if($searchConfig && !empty($searchConfig['params'])) $fieldParams = $searchConfig['params'];
if($browseType != 'bysearch' && $browseType != 'bymodule' && $browseType != 'byproduct')
{
$statusName = zget($featureBar, $browseType, '');