summaryrefslogtreecommitdiffstats
path: root/assets/js/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/search.js')
-rw-r--r--assets/js/search.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/js/search.js b/assets/js/search.js
index 8d1e1a8..10359f9 100644
--- a/assets/js/search.js
+++ b/assets/js/search.js
@@ -40,8 +40,7 @@ async function initSearchIndex() {
// Create the lunr index for the search
searchIndex = lunr(function () { // eslint-disable-line no-undef
- // TODO: Add support fpr more languages
- this.use(lunr.multiLanguage('en', 'ru')); // eslint-disable-line no-undef
+ this.use(lunr.multiLanguage('de', 'en', 'es', 'fr', 'it', 'pt', 'ru')); // eslint-disable-line no-undef
this.field('title');
this.field('categories');