I don't think an index can help you for that.
See Robert's solution or if the list of categories doesn't change
often, you can just hardcode it in the Python/Java script.


On Dec 22, 9:01 pm, Diogo Terror <ranc...@gmail.com> wrote:
> Is there a way I could query the index contents, such as:
>
> I have a data model called Contact which has a field called category.
> Now category is not sql-normalized but I still want to query all
> categories available for the Contact model (in which case I'd just
> query for all the keys of the category index, right?)
>
> Is there any way I could do this?
>
> Thanks!

--

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.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to