mroonga_escape
This function escapes special characters in a string to make it safe for use in Mroonga full-text search queries.
Syntax
mroonga_escape (string [,special_characters])Description
Example
SELECT mroonga_escape("+-<>~*()\"\:");
'\\+\\-\\<\\>\\~\\*\\(\\)\\"\\:See Also
Last updated
Was this helpful?

