mirror of https://github.com/kiwix/libkiwix.git
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…
Reference in New Issue