rename globalSearch

This commit is contained in:
pa
2026-03-14 20:05:10 +09:00
parent b750d3fb9a
commit 84f46a5645
14 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ export const useSearchIndexStore = defineStore('SearchIndex', () => {
/**
* Build a snapshot from the internal index maps.
* Used by globalSearch to send data to the Worker.
* Used by quickSearch to send data to the Worker.
* @returns {object} Plain object arrays ready for postMessage.
*/
function getSnapshot() {