📝 Improve user guide ignore search chapter fix #12032 (#12663)

This commit is contained in:
Jeffrey Chen 2024-10-01 19:02:40 +08:00 committed by GitHub
parent 4ef5d90af3
commit f9a4dcf2a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 639 additions and 52 deletions

View file

@ -5,7 +5,8 @@
"Properties": {
"id": "20240119211017-1vbbt95",
"title": "Ignore indexing",
"updated": "20240202105426"
"type": "doc",
"updated": "20241001011235"
},
"Children": [
{
@ -43,7 +44,7 @@
"HeadingLevel": 2,
"Properties": {
"id": "20240119211037-cjq7aer",
"updated": "20240119211121"
"updated": "20241001011235"
},
"Children": [
{
@ -75,6 +76,32 @@
}
]
},
{
"ID": "20241001010953-34lxthr",
"Type": "NodeCodeBlock",
"IsFencedCodeBlock": true,
"Properties": {
"id": "20241001010953-34lxthr",
"updated": "20241001010953"
},
"Children": [
{
"Type": "NodeCodeBlockFenceOpenMarker",
"Data": "```"
},
{
"Type": "NodeCodeBlockFenceInfoMarker"
},
{
"Type": "NodeCodeBlockCode",
"Data": "20210808180117-6v0mkxr/20200923234011-ieuun1p.sy\n20210808180117-6v0mkxr/**/*\n"
},
{
"Type": "NodeCodeBlockFenceCloseMarker",
"Data": "```"
}
]
},
{
"ID": "20240119211037-putkxu9",
"Type": "NodeList",
@ -165,12 +192,12 @@
"Type": "NodeParagraph",
"Properties": {
"id": "20240202105425-d8fq0vu",
"updated": "20240202105426"
"updated": "20241001011235"
},
"Children": [
{
"Type": "NodeText",
"Data": "After the adjustment, you need to manually rebuild the index."
"Data": "You need to manually rebuild the index after modifying the configuration file."
}
]
}

View file

@ -5,7 +5,8 @@
"Properties": {
"id": "20240119212048-0huuevw",
"title": "Ignore search",
"updated": "20240202105500"
"type": "doc",
"updated": "20241001011905"
},
"Children": [
{
@ -43,7 +44,7 @@
"HeadingLevel": 2,
"Properties": {
"id": "20240119212104-9fehl3c",
"updated": "20240119212108"
"updated": "20241001011905"
},
"Children": [
{
@ -171,7 +172,7 @@
"IsFencedCodeBlock": true,
"Properties": {
"id": "20240119212104-tepuwbm",
"updated": "20240119212108"
"updated": "20241001011008"
},
"Children": [
{
@ -183,7 +184,7 @@
},
{
"Type": "NodeCodeBlockCode",
"Data": "path NOT LIKE '/20210808180117-6v0mkxr%'\nid != '20200923234011-ieuun1p'\n"
"Data": "path NOT LIKE '/20210808180117-6v0mkxr%'\nbox != '20210808180117-czj9bvb'\nid != '20200923234011-ieuun1p'"
},
{
"Type": "NodeCodeBlockFenceCloseMarker",
@ -191,6 +192,128 @@
}
]
},
{
"ID": "20241001011027-qi6o51q",
"Type": "NodeList",
"ListData": {},
"Properties": {
"id": "20241001011027-qi6o51q",
"updated": "20241001011905"
},
"Children": [
{
"ID": "20241001011027-2kgpqv7",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241001011027-2kgpqv7",
"updated": "20241001011838"
},
"Children": [
{
"ID": "20241001011027-rc5tn93",
"Type": "NodeParagraph",
"Properties": {
"id": "20241001011027-rc5tn93",
"updated": "20241001011838"
},
"Children": [
{
"Type": "NodeText",
"Data": ""
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": "path NOT LIKE '/20210808180117-6v0mkxr%'"
},
{
"Type": "NodeText",
"Data": ": Ignore content block searches where the document path begins with /20210808180117-6v0mkxr"
}
]
}
]
},
{
"ID": "20241001011027-jsngmc7",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241001011027-jsngmc7",
"updated": "20241001011854"
},
"Children": [
{
"ID": "20241001011027-tn2cjwl",
"Type": "NodeParagraph",
"Properties": {
"id": "20241001011027-tn2cjwl",
"updated": "20241001011854"
},
"Children": [
{
"Type": "NodeText",
"Data": ""
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": "box != '20210808180117-czj9bvb'"
},
{
"Type": "NodeText",
"Data": ": Ignore content block searches under the notebook data/20210808180117-czj9bvb"
}
]
}
]
},
{
"ID": "20241001011027-02lmjzy",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241001011027-02lmjzy",
"updated": "20241001011905"
},
"Children": [
{
"ID": "20241001011027-qsadi2j",
"Type": "NodeParagraph",
"Properties": {
"id": "20241001011027-qsadi2j",
"updated": "20241001011905"
},
"Children": [
{
"Type": "NodeText",
"Data": ""
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": "id != '20200923234011-ieuun1p'"
},
{
"Type": "NodeText",
"Data": ": Ignore content block searches with id 20200923234011-ieuun1p"
}
]
}
]
}
]
},
{
"ID": "20240202105459-q4d3ttn",
"Type": "NodeParagraph",

View file

@ -5,7 +5,8 @@
"Properties": {
"id": "20240119205452-o8xp4ve",
"title": "忽略索引",
"updated": "20240202105353"
"type": "doc",
"updated": "20241001010441"
},
"Children": [
{
@ -43,7 +44,7 @@
"HeadingLevel": 2,
"Properties": {
"id": "20240119205942-35rq58s",
"updated": "20240119210019"
"updated": "20241001010441"
},
"Children": [
{
@ -75,6 +76,32 @@
}
]
},
{
"ID": "20240930233109-sv59af0",
"Type": "NodeCodeBlock",
"IsFencedCodeBlock": true,
"Properties": {
"id": "20240930233109-sv59af0",
"updated": "20240930233133"
},
"Children": [
{
"Type": "NodeCodeBlockFenceOpenMarker",
"Data": "```"
},
{
"Type": "NodeCodeBlockFenceInfoMarker"
},
{
"Type": "NodeCodeBlockCode",
"Data": "20210808180117-6v0mkxr/20200923234011-ieuun1p.sy\n20210808180117-6v0mkxr/**/*\n"
},
{
"Type": "NodeCodeBlockFenceCloseMarker",
"Data": "```"
}
]
},
{
"ID": "20240119210347-nq9fqio",
"Type": "NodeList",
@ -165,12 +192,12 @@
"Type": "NodeParagraph",
"Properties": {
"id": "20240202105353-qaj8ahd",
"updated": "20240202105353"
"updated": "20241001010441"
},
"Children": [
{
"Type": "NodeText",
"Data": "调整完以后需要手动重建索引。"
"Data": "配置文件修改保存后需要手动重建索引。"
}
]
}

View file

@ -5,6 +5,7 @@
"Properties": {
"id": "20240119205543-hknwwrl",
"title": "忽略搜索",
"type": "doc",
"updated": "20240202105344"
},
"Children": [
@ -43,7 +44,7 @@
"HeadingLevel": 2,
"Properties": {
"id": "20240119211553-6upakii",
"updated": "20240119211558"
"updated": "20240202105344"
},
"Children": [
{
@ -171,7 +172,7 @@
"Properties": {
"id": "20240119211847-z4gfqvm",
"style": "line-height: 23px;",
"updated": "20240119211934"
"updated": "20240930232841"
},
"Children": [
{
@ -183,7 +184,7 @@
},
{
"Type": "NodeCodeBlockCode",
"Data": "path NOT LIKE '/20210808180117-6v0mkxr%'\nid != '20200923234011-ieuun1p'\n"
"Data": "path NOT LIKE '/20210808180117-6v0mkxr%'\nbox != '20210808180117-czj9bvb'\nid != '20200923234011-ieuun1p'\n"
},
{
"Type": "NodeCodeBlockFenceCloseMarker",
@ -191,6 +192,128 @@
}
]
},
{
"ID": "20241001005929-9mim2k7",
"Type": "NodeList",
"ListData": {},
"Properties": {
"id": "20241001005929-9mim2k7",
"updated": "20241001011736"
},
"Children": [
{
"ID": "20241001005929-wi0c464",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241001005929-wi0c464",
"updated": "20241001011643"
},
"Children": [
{
"ID": "20241001005929-l3trb25",
"Type": "NodeParagraph",
"Properties": {
"id": "20241001005929-l3trb25",
"updated": "20241001011643"
},
"Children": [
{
"Type": "NodeText",
"Data": ""
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": "path NOT LIKE '/20210808180117-6v0mkxr%'"
},
{
"Type": "NodeText",
"Data": "​:忽略所在文档路径以 /20210808180117-6v0mkxr 开头的内容块搜索"
}
]
}
]
},
{
"ID": "20241001010246-jezhqit",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241001010246-jezhqit",
"updated": "20241001011638"
},
"Children": [
{
"ID": "20241001010246-wryqxp4",
"Type": "NodeParagraph",
"Properties": {
"id": "20241001010246-wryqxp4",
"updated": "20241001011638"
},
"Children": [
{
"Type": "NodeText",
"Data": ""
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": "box != '20210808180117-czj9bvb'"
},
{
"Type": "NodeText",
"Data": "​:忽略 data/20210808180117-czj9bvb 笔记本下的内容块搜索"
}
]
}
]
},
{
"ID": "20241001005929-cnkj6yh",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241001005929-cnkj6yh",
"updated": "20241001011736"
},
"Children": [
{
"ID": "20241001005929-2etqzdc",
"Type": "NodeParagraph",
"Properties": {
"id": "20241001005929-2etqzdc",
"updated": "20241001011736"
},
"Children": [
{
"Type": "NodeText",
"Data": ""
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": "id != '20200923234011-ieuun1p'"
},
{
"Type": "NodeText",
"Data": "​:忽略 id 为 20200923234011-ieuun1p 的内容块搜索"
}
]
}
]
}
]
},
{
"ID": "20240202105344-67d8k4w",
"Type": "NodeParagraph",

View file

@ -5,7 +5,8 @@
"Properties": {
"id": "20240119210914-a2tm8c4",
"title": "忽略索引",
"updated": "20240202105413"
"type": "doc",
"updated": "20241001010916"
},
"Children": [
{
@ -43,7 +44,7 @@
"HeadingLevel": 2,
"Properties": {
"id": "20240119210951-1kvqt8q",
"updated": "20240119210951"
"updated": "20241001010916"
},
"Children": [
{
@ -75,6 +76,32 @@
}
]
},
{
"ID": "20241001010551-nq64uj3",
"Type": "NodeCodeBlock",
"IsFencedCodeBlock": true,
"Properties": {
"id": "20241001010551-nq64uj3",
"updated": "20241001010551"
},
"Children": [
{
"Type": "NodeCodeBlockFenceOpenMarker",
"Data": "```"
},
{
"Type": "NodeCodeBlockFenceInfoMarker"
},
{
"Type": "NodeCodeBlockCode",
"Data": "20210808180117-6v0mkxr/20200923234011-ieuun1p.sy\n20210808180117-6v0mkxr/**/*\n"
},
{
"Type": "NodeCodeBlockFenceCloseMarker",
"Data": "```"
}
]
},
{
"ID": "20240119210951-vx7e7y1",
"Type": "NodeList",
@ -165,12 +192,12 @@
"Type": "NodeParagraph",
"Properties": {
"id": "20240202105413-xsnd9kd",
"updated": "20240202105413"
"updated": "20241001010916"
},
"Children": [
{
"Type": "NodeText",
"Data": "調整完以後需要手動重建索引。"
"Data": "設定文件修改儲存後需要手動重建索引。"
}
]
}

View file

@ -5,7 +5,8 @@
"Properties": {
"id": "20240119212000-qkldbjm",
"title": "忽略搜尋",
"updated": "20240202105512"
"type": "doc",
"updated": "20241001011824"
},
"Children": [
{
@ -43,7 +44,7 @@
"HeadingLevel": 2,
"Properties": {
"id": "20240119212033-a0oemkx",
"updated": "20240119212033"
"updated": "20241001011824"
},
"Children": [
{
@ -171,7 +172,7 @@
"IsFencedCodeBlock": true,
"Properties": {
"id": "20240119212033-1xy7a3a",
"updated": "20240119212033"
"updated": "20241001010603"
},
"Children": [
{
@ -183,7 +184,7 @@
},
{
"Type": "NodeCodeBlockCode",
"Data": "path NOT LIKE '/20210808180117-6v0mkxr%'\nid != '20200923234011-ieuun1p'\n"
"Data": "path NOT LIKE '/20210808180117-6v0mkxr%'\nbox != '20210808180117-czj9bvb'\nid != '20200923234011-ieuun1p'"
},
{
"Type": "NodeCodeBlockFenceCloseMarker",
@ -191,17 +192,139 @@
}
]
},
{
"ID": "20241001010716-fqaer08",
"Type": "NodeList",
"ListData": {},
"Properties": {
"id": "20241001010716-fqaer08",
"updated": "20241001011824"
},
"Children": [
{
"ID": "20241001010716-q1lumgt",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241001010716-q1lumgt",
"updated": "20241001011821"
},
"Children": [
{
"ID": "20241001010716-h04et95",
"Type": "NodeParagraph",
"Properties": {
"id": "20241001010716-h04et95",
"updated": "20241001011821"
},
"Children": [
{
"Type": "NodeText",
"Data": ""
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": "path NOT LIKE '/20210808180117-6v0mkxr%'"
},
{
"Type": "NodeText",
"Data": "​:忽略所在文件路徑以 /20210808180117-6v0mkxr 開頭的內容塊搜尋"
}
]
}
]
},
{
"ID": "20241001010716-g9sbbwn",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241001010716-g9sbbwn",
"updated": "20241001011758"
},
"Children": [
{
"ID": "20241001010716-5dui527",
"Type": "NodeParagraph",
"Properties": {
"id": "20241001010716-5dui527",
"updated": "20241001011758"
},
"Children": [
{
"Type": "NodeText",
"Data": ""
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": "box != '20210808180117-czj9bvb'"
},
{
"Type": "NodeText",
"Data": "​:忽略 data/20210808180117-czj9bvb 筆記本下的內容塊搜索"
}
]
}
]
},
{
"ID": "20241001010716-wl4wgdi",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241001010716-wl4wgdi",
"updated": "20241001011824"
},
"Children": [
{
"ID": "20241001010716-7y5034n",
"Type": "NodeParagraph",
"Properties": {
"id": "20241001010716-7y5034n",
"updated": "20241001011824"
},
"Children": [
{
"Type": "NodeText",
"Data": ""
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": "id != '20200923234011-ieuun1p'"
},
{
"Type": "NodeText",
"Data": "​:忽略 id 為 20200923234011-ieuun1p 的內容塊搜索"
}
]
}
]
}
]
},
{
"ID": "20240202105512-12u06gl",
"Type": "NodeParagraph",
"Properties": {
"id": "20240202105512-12u06gl",
"updated": "20240202105512"
"updated": "20241001010914"
},
"Children": [
{
"Type": "NodeText",
"Data": "設定檔修改儲存後需要等待 30 秒才會生效。"
"Data": "設定文件修改儲存後需要等待 30 秒才會生效。"
}
]
}

View file

@ -35,7 +35,7 @@
"Children": [
{
"Type": "NodeText",
"Data": "資料庫由內容塊或非內容塊資料組成,並以不同視圖呈現,例如表格視圖和看板視圖(看板視圖仍在開發中)。"
"Data": "資料庫由內容塊或非內容塊資料組成,並以不同視圖呈現,例如表格視圖和看板視圖(看板視圖仍在開發中)。"
}
]
},
@ -185,7 +185,7 @@
"Children": [
{
"Type": "NodeText",
"Data": "非內容塊:直接在表格中新增的行,不綁定到任何內容塊"
"Data": "非內容塊:直接在表格中新增的行,不綁定到任何內容塊"
}
]
}
@ -213,7 +213,7 @@
"Children": [
{
"Type": "NodeText",
"Data": "內容塊:透過拖曳到表格新增的行,或透過區塊標選單 "
"Data": "內容塊:透過拖曳到表格新增的行,或透過區塊標選單 "
},
{
"Type": "NodeTextMark",
@ -562,7 +562,7 @@
},
{
"Type": "NodeText",
"Data": " 存取內容塊自訂屬性"
"Data": " 存取內容塊自訂屬性"
}
]
}

View file

@ -7,7 +7,7 @@
"id": "20240530101000-h0cp5vx",
"title": "検索から除外",
"type": "doc",
"updated": "20240530101000"
"updated": "20241001012251"
},
"Children": [
{
@ -48,7 +48,7 @@
"Properties": {
"ID": "20240530101000-r7bkwtd",
"id": "20240530101000-62fpa7t",
"updated": "20240530101000"
"updated": "20241001012251"
},
"Children": [
{
@ -192,9 +192,8 @@
"Type": "NodeCodeBlock",
"IsFencedCodeBlock": true,
"Properties": {
"ID": "20240530101000-hz4nzcm",
"id": "20240530101000-p9cdnfi",
"updated": "20240530101000"
"updated": "20241001011918"
},
"Children": [
{
@ -206,7 +205,7 @@
},
{
"Type": "NodeCodeBlockCode",
"Data": "path NOT LIKE '/20210808180117-6v0mkxr%'\nid != '20200923234011-ieuun1p'\n"
"Data": "path NOT LIKE '/20210808180117-6v0mkxr%'\nbox != '20210808180117-czj9bvb'\nid != '20200923234011-ieuun1p'"
},
{
"Type": "NodeCodeBlockFenceCloseMarker",
@ -214,18 +213,139 @@
}
]
},
{
"ID": "20241001012056-yh11ojl",
"Type": "NodeList",
"ListData": {},
"Properties": {
"id": "20241001012056-yh11ojl",
"updated": "20241001012134"
},
"Children": [
{
"ID": "20241001012056-sy6m197",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241001012056-sy6m197",
"updated": "20241001012056"
},
"Children": [
{
"ID": "20241001012056-om1aeg6",
"Type": "NodeParagraph",
"Properties": {
"id": "20241001012056-om1aeg6",
"updated": "20241001012056"
},
"Children": [
{
"Type": "NodeText",
"Data": ""
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": "path NOT LIKE '/20210808180117-6v0mkxr%'"
},
{
"Type": "NodeText",
"Data": ": ドキュメント パスが /20210808180117-6v0mkxr で始まるコンテンツ ブロック検索を無視します。"
}
]
}
]
},
{
"ID": "20241001012056-8rmsast",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241001012056-8rmsast",
"updated": "20241001012056"
},
"Children": [
{
"ID": "20241001012056-ls5m9jw",
"Type": "NodeParagraph",
"Properties": {
"id": "20241001012056-ls5m9jw",
"updated": "20241001012056"
},
"Children": [
{
"Type": "NodeText",
"Data": ""
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": "box != '20210808180117-czj9bvb'"
},
{
"Type": "NodeText",
"Data": ": data/20210808180117-czj9bvb ノートブックの下のコンテンツ ブロック検索を無視します。"
}
]
}
]
},
{
"ID": "20241001012056-ypwh8j1",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241001012056-ypwh8j1",
"updated": "20241001012134"
},
"Children": [
{
"ID": "20241001012056-lax86ok",
"Type": "NodeParagraph",
"Properties": {
"id": "20241001012056-lax86ok",
"updated": "20241001012134"
},
"Children": [
{
"Type": "NodeText",
"Data": ""
},
{
"Type": "NodeTextMark",
"TextMarkType": "code",
"TextMarkTextContent": "id != '20200923234011-ieuun1p'"
},
{
"Type": "NodeText",
"Data": ": id 20200923234011-ieuun1p のコンテンツ ブロック検索を無視します。"
}
]
}
]
}
]
},
{
"ID": "20240530101000-lmzi6qj",
"Type": "NodeParagraph",
"Properties": {
"ID": "20240530101000-zypwty9",
"id": "20240530101000-lmzi6qj",
"updated": "20240530101000"
"updated": "20241001012251"
},
"Children": [
{
"Type": "NodeText",
"Data": "設定ファイルを変更してから反映されるまでには 30 秒ほどかかります。"
"Data": "構成ファイルの変更を保存した後、変更が有効になるまで 30 秒待つ必要があります。"
}
]
},

View file

@ -7,7 +7,7 @@
"id": "20240530101000-mrlr6e9",
"title": "インデックスから除外",
"type": "doc",
"updated": "20240530101000"
"updated": "20241001012007"
},
"Children": [
{
@ -48,7 +48,7 @@
"Properties": {
"ID": "20240530101000-xgjmbei",
"id": "20240530101000-ky4bdz8",
"updated": "20240530101000"
"updated": "20241001012007"
},
"Children": [
{
@ -81,6 +81,32 @@
}
]
},
{
"ID": "20241001011425-32ydib4",
"Type": "NodeCodeBlock",
"IsFencedCodeBlock": true,
"Properties": {
"id": "20241001011425-32ydib4",
"updated": "20241001011425"
},
"Children": [
{
"Type": "NodeCodeBlockFenceOpenMarker",
"Data": "```"
},
{
"Type": "NodeCodeBlockFenceInfoMarker"
},
{
"Type": "NodeCodeBlockCode",
"Data": "20210808180117-6v0mkxr/20200923234011-ieuun1p.sy\n20210808180117-6v0mkxr/**/*\n"
},
{
"Type": "NodeCodeBlockFenceCloseMarker",
"Data": "```"
}
]
},
{
"ID": "20240530101000-wwdpzfw",
"Type": "NodeList",
@ -170,27 +196,18 @@
]
},
{
"ID": "20240530101000-3iwxa5b",
"ID": "20240530101000-6wnsued",
"Type": "NodeParagraph",
"Properties": {
"ID": "20240530101000-2hze5e6",
"id": "20240530101000-3iwxa5b",
"updated": "20240530101000"
"id": "20240530101000-6wnsued",
"updated": "20241001012007"
},
"Children": [
{
"Type": "NodeText",
"Data": "設定ファイルを変更した後は手動でインデックスを再構築する必要があります。"
"Data": "構成ファイルを変更して保存した後、手動でインデックスを再構築する必要があります。"
}
]
},
{
"ID": "20240530101000-6wnsued",
"Type": "NodeParagraph",
"Properties": {
"ID": "20240530101000-yitptkt",
"id": "20240530101000-6wnsued"
}
}
]
}