
Announcements
I'm using the standard Search box on the BrowseScreen. The BrowseScreen lists a whole bunch of email addresses in a BrowseGallery. When I run a Search, it works fine, if I am starting from the left hand side of the email address (e.g. I start typing "my" which matches to "myaddress@gmail.com") , but doesn't return selections from within the string (e.g. "thisismy@gmail.com").
Is there any other way to do this?
Any help appreciated...
Thanks!
It seems that your app is using the StartsWith() function instead of Search()
Try substituting the two functions and adjusting the syntax.