reduce member boost

pull/526/head
Cory LaViska 2021-09-09 10:17:55 -04:00
rodzic 6cbe2e288b
commit 6e3c5c0388
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -65,7 +65,7 @@ console.log('Generating search index for documentation');
this.ref('id'); // id
this.field('t', { boost: 10 }); // title
this.field('h', { boost: 5 }); // headings
this.field('m', { boost: 5 }); // members (props, methods, events, etc.)
this.field('m', { boost: 2 }); // members (props, methods, events, etc.)
this.field('c'); // content
files.map((file, index) => {