From 5e6524098e77320678bd368557f7f00a86266cc3 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 29 Dec 2023 11:16:52 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/9958 --- app/src/protyle/render/av/rollup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/render/av/rollup.ts b/app/src/protyle/render/av/rollup.ts index 1b57ea333..5f2d762f7 100644 --- a/app/src/protyle/render/av/rollup.ts +++ b/app/src/protyle/render/av/rollup.ts @@ -32,7 +32,7 @@ const updateCol = (protyle: IProtyle, data: IAV, colId: string, itemElement: HTM } const genSearchList = (element: Element, keyword: string, avId: string, cb?: () => void) => { - fetchPost("/api/av/searchAttributeViewNonRelationKey", { + fetchPost("/api/av/searchAttributeViewRelationKey", { avID: avId, keyword }, (response) => {