This commit is contained in:
MarcRiera 2022-10-04 18:30:23 +00:00
parent 8741cca729
commit ec2de2c143
241 changed files with 1972 additions and 5054 deletions

View file

@ -9,7 +9,6 @@ function initLunr() {
// Set up lunrjs by declaring the fields we use
// Also provide their boost level for the ranking
lunrIndex = lunr(function() {
this.use(lunr.multiLanguage.apply(null, contentLangs));
this.ref('index');
this.field('title', {
boost: 15