Re: [google-appengine] Display doc_id of documents in django templates

2013-11-20 Thread Vikas Sharma
I am able to display all the fields except doc_id in template,i know it should be available as property but its not displaying anything when i try to use doc_id.I am able to display other fields by {{result.field_name.0.value}} but doc_id is not working. On Wednesday, September 25, 2013 9:42:

Re: [google-appengine] Display doc_id of documents in django templates

2013-09-24 Thread Vinny P
On Sun, Sep 15, 2013 at 12:11 AM, Vikas Sharma wrote: > I am using app engine search api to search within documents. the results > returned are displayed on the django template.i am able to display all > the fields in template except the *doc_id* of the result. can someone > please help me to fig

[google-appengine] Display doc_id of documents in django templates

2013-09-24 Thread Vikas Sharma
I am using app engine search api to search within documents. the results returned are displayed on the django template.i am able to display all the fields in template except the *doc_id* of the result. can someone please help me to figure how to display doc_id in the template? -- You received