Hi there.
Great extensions.
I would like to know how to make the search function only show exact results.
No wildcards - only exact search phrase.
IE.
If a user search for:
username = "user"
email = "[email protected]"
then ONLY show users with username "user" and email "[email protected]".
Do not show users with username "user1" and email "[email protected]".
All search options must match exact - Is that possible?