Thank You very much it works! correct code is:- query.setFilter("tags == 'hello' && tags == 'world'");
I hope it will work with thousands and millions of records as well. I have not tested with large number of data yet. Thanks again! On Feb 12, 2:46 am, John Patterson <jdpatter...@gmail.com> wrote: > On 12 Feb 2010, at 06:53, Max wrote: > > > I have not coded much in native API but I think it will search first > > for hello and then for world then mix results. > > No, it does a "merge join" - only returning entities that match all > filters - not separate queries like the JDO contains() creates. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.