Hi,
I'm trying to apply a simple filter to a query. When I do this
however, the query sees to be cleared, regardless of my filter's logic

I have an class 'c_portfolio_item' with a db.StringProperty called
category
I've verified that the categoryfield on all of my data is Sketch but
for some reason, doing this:

query = c_portfolio_item.all()
query.filter('category =','Sketch');

causes my query to return nothing
I've tried reversing the logic of the filter but it still empties the
query
I've also tried other query functions like order and they have the
same effect
I'm really stumped on this and would really appreciate any help or
ideas

I'm using django via the django patch for gae

thanks
Dacre

-- 
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.

Reply via email to