Hi All,

I am looking for the following capability via the JDO interface to
Java appengine datastore:

I have a datastore Entity which has a String property "description". I
would like for users of my application to be able to search for all
entities through description. For example:

Entity 1: description: Apple Mac Laptop
Entity 2: description: Apple iPhone
Entity 3: description: Apple Mac Desktop

When users search for "Apple", I want would like to return all
entities above. If users search for "Apple Mac", I would like to
return Entity 1 and Entity 3.

Does the Java JDO Query API provide me anything to do this? So far I
have been unsuccessful.

Thanks in advance.

Sam K.

-- 
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