[google-appengine] Re: Need help in building index

2010-06-29 Thread Ujj
recreating the file. Still no luck. I have even tried updating a new version of the app but that does not help either. Thanks Ujj On Jun 29, 10:33 am, Robert Kluin robert.kl...@gmail.com wrote: Hi Ujj,    After appcfg.py updates the application it will upload the indexes in index.yaml.  So

[google-appengine] Re: Need help in building index

2010-06-29 Thread Ujj
if the index.yaml was malformed and the same app breaks down for the want of an index it fails to update. Thanks for all the fish. Ujj On Jun 29, 2:30 pm, Luís Marques luismarq...@gmail.com wrote: Could it be a  syntax error in index.yaml? Luís On Jun 29, 9:08 am, Ujj ujjwalgro...@gmail.com

[google-appengine] Need help in building index

2010-06-28 Thread Ujj
the index as 'Building'. It simply does not appear. Could you please let me know if I am doing anything wrong. Thanks Ujj -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com

[google-appengine] Re: Need help in building index

2010-06-28 Thread Ujj
Ujj On Jun 29, 8:42 am, Robert Kluin robert.kl...@gmail.com wrote: Hi Ujj,   Did you try running appcfg.py update_indexes? Robert On Mon, Jun 28, 2010 at 12:20 PM, Ujj ujjwalgro...@gmail.com wrote: Hi, For some reason one of my indexes for my app  'mypockit' (version: minimal

[google-appengine] filtering does not seem to work

2008-11-21 Thread Ujj
hi, Im running an app, cricroar.appspot.com wherein the community updates scores and comments after logging in. My Updates model is as below class Updates(db.Model): matchid = db.IntegerProperty() updateid = db.IntegerProperty() user = db.StringProperty() score = db.StringProperty()