Thanks for the response.
You’re using Javascript flavoured regular expressions.
Yes, and the argument could be made that JavaScript regular expressions should be supported when one is using the official Dgraph JavaScript client. Nevertheless, I’ll switch to what Dgraph supports, but this doesn’t help me do that:
Dgraph supports proper regular expressions.
Could you please link me to something that documents the proper regular expressions supported by Dgraph so I don’t use the wrong syntax?
In particular, I’m wondering how to ensure that my match is case insensitive. In JavaScript, I would use the i flag after the closing / to achieve this (which works in Ratel):
/pattern/i