Hello:
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 t...