@theogravity-sb
Hiya,
You should be able to specify the property to search when using the queryString.
username:test will exactly match users with that username
username:tes* will match any users that have a username that starts with tes.
Does that help?