mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-23 04:06:25 -04:00
Fix to get new getSuggestions() working on Android
This commit is contained in:
parent
e829d7428d
commit
f3c4556431
@ -268,5 +268,5 @@ std::string kiwix::toTitle (const std::string &word) {
|
||||
}
|
||||
|
||||
std::string kiwix::normalize (const std::string &word) {
|
||||
return kiwix::removeAccents(kiwix::lcAll(word));
|
||||
return kiwix::lcAll(word);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user