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:
parent
e15a5e8a85
commit
a5d6f17cb5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue