收敛树命令与投影切换
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user