From 98b110ba14aa20b117df17643aad61bb72240bd5 Mon Sep 17 00:00:00 2001 From: David Ed Mellum Date: Wed, 7 Jul 2021 19:44:10 +0200 Subject: [PATCH] Add support for Norwegian search (#1547) --- components/search/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/search/Cargo.toml b/components/search/Cargo.toml index 04326df0..bb01dcc9 100644 --- a/components/search/Cargo.toml +++ b/components/search/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Vincent Prouillet "] edition = "2018" [dependencies] -elasticlunr-rs = {version = "2", default-features = false, features = ["da", "de", "du", "es", "fi", "fr", "it", "pt", "ro", "ru", "sv", "tr"] } +elasticlunr-rs = {version = "2", default-features = false, features = ["da", "no", "de", "du", "es", "fi", "fr", "it", "pt", "ro", "ru", "sv", "tr"] } ammonia = "3" lazy_static = "1"