Hi,

I was wanting to do partial string search in my app, and I saw a post
here use the following syntax:

    query.setFilter("name.matches(" + "'" + nameSubString + "%')");

is it documented anywhere that we can use the % syntax to mean a
wildcard, and furthermore specify this in Query.setFilter()? This is
the post:

 
http://groups.google.com/group/google-appengine-java/browse_thread/thread/f4164017eea91670/aba6ba8fe438c825?lnk=gst&q=string+starting+with#aba6ba8fe438c825

I'm looking to use with a class like this:

    class Username {
        String name;
    }

to do auto suggestion,

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to