How can you make from the * a wildcard so when i search for a user i type in like
Firstname: R* Lastname: *
and it will look for users where the firstname starts with R or
Firstname: * Lastname: R*
and it will look for user where the lastname starts with R.