summary refs log tree commit diff
path: root/stubs/icu.pyi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add optional ICU support for user search (#14464)Brendan Abolivier2022-12-121-0/+25
Fixes #13655 This change uses ICU (International Components for Unicode) to improve boundary detection in user search. This change also adds a new dependency on libicu-dev and pkg-config for the Debian packages, which are available in all supported distros.