Hi, I was trying to use parameters in the regular expression like this:
regexp(Alias, /^$alias.*$/i)
But it seems returns nothing. However, if I just do a simple search like:
regexp(Alias, /$alias/i)
it works.
SO I’m wondering how should I inject the parameter in the first query.