Can anyone tell me if they've run into a similar problem to the following?
I had an entity with a TextProperty originally, i wanted to add a StringProperty so I updated the model and added new indexes for querying based on the new StringProperty. It seems that assigning a StringProperty property with a TextProperty property will change the type of that property to db.Text so that it doesn't show up in queries/filters because those aren't indexable, but there doesn't seem to be a way to change it back. I've tried assigning None and doing put() on these entities but getting the same result (don't show up in queries that filter based on the new StringProperty). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
