I've got a large number of records with just a few fields. The field I'm interested in is called wordStr, and is a non multi-line string property. When I do a simple query like:
SELECT * from wordEntry WHERE wordStr = 'SomeString' I get 'no results'. The index in question is 'Serving', and I even went so far as to delete it and then rebuild it. If I manually view one of the records, and click 'save' without changing anything, it becomes query-able. Other fields in these records work as expected. Anyone had similar problems/know what could be happening? -Grant -- 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.
