How to get user by display name

Our users aren’t indexed by display name so you’ll need to apply a postgres trigram index to the database and use a raw SQL query via the server framework.

We go into further detail about a solution in a similar question asked here:

1 Like