mroonga_normalize
This UDF normalizes a given string using Groonga's normalizers, ensuring consistent text processing for accurate indexing and searching.
Syntax
mroonga_normalize(string[, normalizer_name])Description
Examples
SELECT mroonga_normalize("ABぃ㍑");
+-------------------------------+
| mroonga_normalize("ABぃ㍑") |
+-------------------------------+
| abぃリットル |
+-------------------------------+See Also
Last updated
Was this helpful?

