1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-20 13:49:41 +02:00

Update search.ts

This commit is contained in:
Taly 2022-08-30 19:00:07 +03:00
parent e15a5e8a85
commit a5d6f17cb5

View file

@ -46,7 +46,7 @@ class Search {
/** /**
* Add page id to the list of pages with this word * Add page id to the list of pages with this word
*/ */
this.words[word][page._id] += blockRatio; this.words[word][page._id] *= blockRatio;
} }
} }
} }