Hi all, Given a model with a StringListProperty, is there a way to query for all strings across all string list properties for this kind?
For example, if I have Knight(colors=['blue','yellow']) and Knight (colors=['black']), can I do Knight.some_function('colors') # => ['blue','yellow','black']? I was going to implement this myself with a separate datastore table, but it occurred to me that depending on how ListProperty is indexed, there's probably some table with I data I want already in the system. Is there any way to query that table? -- Andrew --~--~---------~--~----~------------~-------~--~----~ 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-appengine@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 -~----------~----~----~----~------~----~------~--~---