diff --git a/cheat-sheet.js b/cheat-sheet.js index 02c4cbafb..ce450b4f4 100644 --- a/cheat-sheet.js +++ b/cheat-sheet.js @@ -137,7 +137,7 @@ document.addEventListener('DOMContentLoaded', function () { combineWith: "AND", boost: {id: 0.001}, boostDocument: ((documentId, term, storedFields) => { - return storedFields.isRemoved ? 0.001 : 1 + return storedFields.isRemoved ? 0.00001 : 1 }), } );