I'm trying to use a combox as a user selection box, in a user-facing application.
I've currently got "Mail" and "DisplayName" as search fields.
let's say I'm looking for User: Mail=js234@enterprise.com; DisplayName="Smith, John", GivenName="John"
Search terms that return that user:
js2
Smi
John
Smith, Jo
Search terms that should return that user, but don't
Smith Jo
John Smi
Smith John
John Smith
Is there a way to improve search parameters to allow those search terms to work and return this user ?

Report
All responses (
Answers (