This commit is contained in:
MarcRiera 2022-10-10 13:19:01 +00:00
parent ec2de2c143
commit 34aa7b2e9d
242 changed files with 5054 additions and 1972 deletions

View file

@ -9,6 +9,7 @@ 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