From b58c08150853b8055093dc116d407ffd543f8ec8 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 30 Oct 2023 15:47:38 +1100 Subject: add locale-aware colation to db indexes --- src/system_fsm/booting.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/system_fsm/booting.cpp') diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp index 82d83836..893a4560 100644 --- a/src/system_fsm/booting.cpp +++ b/src/system_fsm/booting.cpp @@ -4,6 +4,7 @@ * SPDX-License-Identifier: GPL-3.0-only */ +#include "collation.hpp" #include "system_fsm.hpp" #include @@ -76,6 +77,7 @@ auto Booting::entry() -> void { sServices->track_queue(std::make_unique()); sServices->tag_parser(std::make_unique()); + sServices->collator(locale::CreateCollator()); ESP_LOGI(kTag, "init bluetooth"); sServices->bluetooth(std::make_unique(sServices->nvs())); -- cgit v1.2.3