Hi, Could you post at least a sample of your model?
I have used the GQL query to find if a string is in the kinds list property and it's working. My model sample, Post(db.Model): tag = db.StringListProperty(required=True) Post.all().filter('tag =', some_tag).get() Thanks, Arun Shanker Prasad. On Mar 10, 12:41 pm, pedepy <paul.ro...@gmail.com> wrote: > ehy all .. it feels like ive already asked this before but i cant > remember .. > > anyway, i have entities of a kind that have a stringlistproperty. Im > trying to query for entities who's list contain a particular item. > > for instance, entity A's list is foo, bar, bob ... I want to query for > entities where the list property has 'bar'. So A should come up. A > does not. > > help --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---