diff --git a/app/src/protyle/render/av/relation.ts b/app/src/protyle/render/av/relation.ts index 09138161d..314dac800 100644 --- a/app/src/protyle/render/av/relation.ts +++ b/app/src/protyle/render/av/relation.ts @@ -10,7 +10,7 @@ import {focusBlock} from "../../util/selection"; import {setPosition} from "../../../util/setPosition"; const genSearchList = (element: Element, keyword: string, avId: string, cb?: () => void) => { - fetchPost("/api/av/searchAttributeView", {keyword}, (response) => { + fetchPost("/api/av/searchAttributeView", {keyword, excludes: [avId]}, (response) => { let html = ""; response.data.results.forEach((item: { avID: string