This commit is contained in:
MarcRiera 2022-09-06 20:07:01 +00:00
parent f157108a8c
commit 2e2e54e756
250 changed files with 1981 additions and 5036 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