Hi,
In the example below, I have a StringListProperty 'stems' and
when I try to do a != I do not get the desired result. Where it should
fetch no
results it fetches two.
>>> for q in Mymodel.all().filter("stems !=", "purpl").fetch(10): print q.stems
...
[u'blue', u'black', u'green', u'grei', u'purpl']
[u'blue', u'green', u'orang', u'violet', u'purpl']
>>>
What filter would I need to use to achieve the desired result ?
Thanks
S. Sriram
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---