We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6805c7b commit 9eaebd4Copy full SHA for 9eaebd4
docs_app/src/app/search/search-worker.js
@@ -28,6 +28,7 @@ self.onmessage = handleMessage;
28
// the path and search terms for a page
29
function createIndex(addFn) {
30
return lunr(/** @this */function() {
31
+ this.pipeline.remove(lunr.stopWordFilter);
32
this.ref('path');
33
this.field('titleWords', {boost: 100});
34
this.field('headingWords', {boost: 50});
0 commit comments