mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-08 07:26:47 +00:00
索引调整
This commit is contained in:
@@ -120,7 +120,7 @@ async function filterByMemCache(allPosts, keyword) {
|
|||||||
indexContent = appendText(indexContent, properties, 'caption')
|
indexContent = appendText(indexContent, properties, 'caption')
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
console.log('全文搜索缓存', cacheKey, page)
|
console.log('全文搜索缓存', cacheKey, page != null)
|
||||||
post.results = []
|
post.results = []
|
||||||
let hitCount = 0
|
let hitCount = 0
|
||||||
for (const i in indexContent) {
|
for (const i in indexContent) {
|
||||||
|
|||||||
Reference in New Issue
Block a user