- Type:
object
- Default:
{}
- Scope:
settings
customNormalization
parameter lets you define how Algolia should transform specific characters.
Usage
- The input of a custom normalization must contain a single character.
- The output of a custom normalization must have at most two characters.
-
Doesn’t apply to decomposed Unicode characters that use combining marks.
For example:- You cannot normalize
ü
if it’s encoded asu
(U+0075) +◌̈
(U+0308). - You can normalize
ü
if it’s the represented by the characterü
(U+00FC).
- You cannot normalize
Example
Current API clients
Current API clients
Legacy API clients
Legacy API clients