pypaginate.text.normalize
Text normalization for search and filtering.
Delegates the actual normalization (NFKD accent-strip + case-fold + whitespace
collapse) to the native pypaginate._core engine, so Python and Rust agree
byte-for-byte. A bounded dict cache avoids the FFI hop for repeated field
values (which are common across rows).
Functions
|
Clear the normalize_text cache. |
|
Normalize text for search and filtering (native), with a bounded cache. |