From 5bc33b6b03d55feadd9329329917f8b0954a467d Mon Sep 17 00:00:00 2001 From: sunhao Date: Tue, 12 Mar 2024 14:02:07 +0800 Subject: [PATCH] * zin: prebuild after apply query. --- lib/zin/core/context.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/zin/core/context.class.php b/lib/zin/core/context.class.php index b0e803004e..9b668288f1 100644 --- a/lib/zin/core/context.class.php +++ b/lib/zin/core/context.class.php @@ -415,6 +415,7 @@ class context extends \zin\utils\dataset $result = call_user_func("\zin\command::{$method}", $queryNodes, ...$args); if(is_array($result)) $queryNodes = $result; if(empty($queryNodes)) break; + prebuild($queryNodes); } }