This commit is contained in:
Vanessa 2023-03-13 10:41:57 +08:00
parent d6c87d0e1d
commit 5c37dca6b2

View file

@ -307,7 +307,7 @@ export const genSearch = (config: ISearchOption, element: Element, closeCB?: ()
hPathList.push(escapeHtml(getNotebookName(toNotebook[index])));
} else {
enableIncludeChild = true;
config.idPath.push(pathPosix().join(toNotebook[index], item));
config.idPath.push(pathPosix().join(toNotebook[index], item.replace(".sy", "")));
}
});
if (response.data) {