I'm trying to perform a full-text search using a regex, but I cannot get to the right syntax or get the expected results.
Let's say I have a database with persons, a full text index on the name and I want to query users by name using a regex to find the persons whose name begins with michael j. I expect to get michael jones, michael johnson, michael jonas...
I am trying to write a query like this: