Sorry, disregard the bit about text, that's from a larger field. On Mon, May 3, 2010 at 1:59 PM, Grant Brown <[email protected]> wrote: > Hmm, in python code an '==' works, but for GQL only '=' works for me. > > Actually, I've just noticed something rather odd. In the model > specification, the property I'm interested in is a 'string property', > like I said. When I look at the 'data-store statistics' section, > however, the bulk of my data is in 'text' format, which I'm aware > isn't query-able. How could that happen? > > > 2010/5/3 Jaroslav Záruba <[email protected]>: >> I do realize it does not fit the issue you are describing, I was just >> wondering because when I used "=" in a query I got an error (or was it >> warning?) saying that I want probably use "==". >> On Mon, May 3, 2010 at 8:38 PM, Grant Brown <[email protected]> wrote: >>> >>> That's in the query. >>> >>> 2010/5/3 Jaroslav Záruba <[email protected]>: >>> > And that "=" is a typo or do you have it actually in your query? >>> > >>> > On Mon, May 3, 2010 at 8:17 PM, Grant <[email protected]> wrote: >>> >> >>> >> 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. >>> >> >>> > >>> > -- >>> > 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. >>> > >>> >>> -- >>> 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. >>> >> >> -- >> 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. >> >
-- 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.
