收敛树命令与投影切换

This commit is contained in:
lix-2026
2026-04-30 06:58:17 +08:00
parent 3cc090ba5e
commit 8c895b3dc0
16 changed files with 980 additions and 281 deletions
+8 -1
View File
@@ -230,7 +230,14 @@ async fn load_search_results_with_filters(
"customRangeTo": filters.custom_range.as_ref().and_then(|range| range.to.clone()),
}),
};
match execute_runtime_query_via_convex(config, context, Some(workspace_id), runtime_query.clone()).await {
match execute_runtime_query_via_convex(
config,
context,
Some(workspace_id),
runtime_query.clone(),
)
.await
{
Ok(value) => Ok(value),
Err(_) => execute_runtime_query_against_data(
context,