I have a complex requirement that I cannot figure out the correct syntax. I have a gallery control load with various UserNames.
e.g. Peter OO Parker, Michael AZ Jackson, Turd AB Ferguson.
In the TextSearchBox1 user can type in multiple keywords. e.g. "Peter Parker", "ter ker"
I want user can find "Peter OO Parker" when type in "Peter Parker". He should not find it by type in "ter ker".
Thank you very much.