[Developers] Query Multiple Types?
John Giannandrea
jg at metaweb.com
Wed Mar 14 21:25:43 UTC 2007
William Pietri wrote:
> Anybody have an answer for this one? I'm having a similar issue. I'd
> like to be able to look at all of the properties of an object without
> worrying about the type. The approaches I tried were ignoring the
> type:
if you dont care about the type (or more specifically the specific
property):
{
"query":[{
"/type/reflect/any_master":[{}],
"/type/reflect/any_reverse":[{}],
"/type/reflect/any_value":[{}],
"id":"#9202a8c04000641f80000000010c33ab"
}]
}
-jg
More information about the Developers
mailing list