> Yes. How do you imagine the addition? Let me propose a draft text to be added to descriptions of ANY ..._list_... [and, maybe ..._get_...] functions (with some comments in brackets).
== START DRAFT == The object returned by the ..._list_... function is "truncated" (due to obvious performance issues) and has only five properties [members? terminology must be consistent with the body of the Manual; I prefer "members" against "properties" not to mess with Midgard objects' properties]: N __res__ __table__ id sitegroup Both "N" and "__res__" are specific only to this truncated form of Midgard objects and are used internally <by fetch() method>. The normal (<full?>) version of the object *must* be obtained with the appropriate ..._get_... function. Those ..._get_... functions return a fully fledged object without "N" and "__res__", but with all properties described in the appropriate Manual chapter explaining the object. == END DRAFT == Regards, /Victor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
