No, these won't work. An alternative to this approach is to tag your data using List properties, then search for equality. Just be aware of the possibility of exploding indexes.
On Sun, May 23, 2010 at 6:22 PM, Sam <[email protected]> wrote: > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Ikai Lan Developer Relations, Google App Engine Twitter: http://twitter.com/ikai Delicious: http://delicious.com/ikailan ---------------- Google App Engine links: Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- 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.
