안녕하세요
index 정리하던중 무얼 잘못눌렀는지 기존에 있던 index들이 저렇게 경로까지 표시되게 되었습니다 혹시 수정방법 없을까요?
index 정리하던중 무얼 잘못눌렀는지 기존에 있던 index들이 저렇게 경로까지 표시되게 되었습니다 혹시 수정방법 없을까요?
LIST
FROM #oooo
WHERE !contains(file.folder, "Template") AND !contains(file.folder, "템플릿")
LIST
FROM #oooo
WHERE !contains(file.name, "Template") AND !contains(file.name, "템플릿")
LIST
FROM #oooo
WHERE !contains(tags, "template") AND !contains(tags, "템플릿")
LIST
FROM #oooo
WHERE !contains(file.frontmatter.type, "template")
AND !contains(file.frontmatter.type, "템플릿")
AND !contains(file.frontmatter.category, "template")
AND !contains(file.frontmatter.category, "템플릿")