Hi, I have been noticing that the documentation for escaping special characters for Shopify search query is pretty sparse, namely it doesn’t provide a sure way to escape all special characters at all circumstances like documentations for preventing sql injection. Shopify API search syntax
For the mean time is there also any library in Javascript or Ruby that can provide some method for query builder or provide a reliable way to escape all possible characters for the query?
Thanks.