Hi Andreas, It's never been possible to filter on missing properties. What you may have been seeing is the results from filtering on a property that's present but set to None (eg, the definition existed when you created the entity).
-Nick Johnson On Fri, Apr 29, 2011 at 5:45 AM, andreas schmid <[email protected]>wrote: > hi, > > for a while i was able to filter on missing properties like: > > MyModel.all().filter('title =', None).fetch(100) > > but i just found out i cant any more... why? > is there another way to do this? > > -- > 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. > > -- Nick Johnson, Developer Programs Engineer, App Engine -- 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.
