<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><font class="Apple-style-span" face="Courier">hi-</font><div><font class="Apple-style-span" face="Courier"><br></font></div><div><font class="Apple-style-span" face="Courier">why can't "master_property|=" take a list with several values?</font></div><div><font class="Apple-style-span" face="Courier"><br></font></div><div><font class="Apple-style-span" face="Courier">===</font></div><div><div><font class="Apple-style-span" face="Courier">[</font></div><div><font class="Apple-style-span" face="Courier"> {</font></div><div><font class="Apple-style-span" face="Courier"> "creator" : null,</font></div><div><font class="Apple-style-span" face="Courier"> "master_property" : null,</font></div><div><font class="Apple-style-span" face="Courier"> "master_property|=" : [</font></div><div><font class="Apple-style-span" face="Courier"> "/people/person/date_of_birth",</font></div><div><font class="Apple-style-span" face="Courier"> "/people/person/height_meters",</font></div><div><font class="Apple-style-span" face="Courier"> "/type/object/guid",</font></div><div><font class="Apple-style-span" face="Courier"> "/common/topic/alias",</font></div><div><font class="Apple-style-span" face="Courier"> "/people/person/weight_kg",</font></div><div><font class="Apple-style-span" face="Courier"> "/type/object/name"</font></div><div><font class="Apple-style-span" face="Courier"> ],</font></div><div><font class="Apple-style-span" face="Courier"> "operation" : null,</font></div><div><font class="Apple-style-span" face="Courier"> "source" : {</font></div><div><font class="Apple-style-span" face="Courier"> "q:/type/object/guid" : "#9202a8c04000641f800000000003dc2f",</font></div><div><font class="Apple-style-span" face="Courier"> "r:/type/object/guid" : [],</font></div><div><font class="Apple-style-span" face="Courier"> "type" : "/people/person"</font></div><div><font class="Apple-style-span" face="Courier"> },</font></div><div><font class="Apple-style-span" face="Courier"> "target" : {</font></div><div><font class="Apple-style-span" face="Courier"> "id" : null,</font></div><div><font class="Apple-style-span" face="Courier"> "optional" : true,</font></div><div><font class="Apple-style-span" face="Courier"> "type" : []</font></div><div><font class="Apple-style-span" face="Courier"> },</font></div><div><font class="Apple-style-span" face="Courier"> "target_value" : null,</font></div><div><font class="Apple-style-span" face="Courier"> "timestamp" : null,</font></div><div><font class="Apple-style-span" face="Courier"> "timestamp>=" : "292269055-12-02T16:47:04.192Z",</font></div><div><font class="Apple-style-span" face="Courier"> "type" : "/type/link"</font></div><div><font class="Apple-style-span" face="Courier"> }</font></div><div><font class="Apple-style-span" face="Courier">]</font></div><div><font class="Apple-style-span" face="Courier">---</font></div><div><font class="Apple-style-span" face="Courier"><div>{</div><div> "code" : "/api/status/ok",</div><div> "q1" : {</div><div> "code" : "/api/status/error",</div><div> "messages" : [</div><div> {</div><div> "code" : "/api/status/error/mql/parse",</div><div> "info" : {</div><div> "mode" : "read"</div><div> },</div><div> "message" : "Expected a dictionary or a list with one element in a read (were you trying to write?)",</div><div> "path" : "master_property|=",</div><div> "query" : [</div><div> {</div><div> "creator" : null,</div><div> "error_inside" : "master_property|=",</div><div> "master_property" : null,</div><div> "master_property|=" : [</div><div> "/people/person/date_of_birth",</div><div> "/people/person/height_meters",</div><div> "/type/object/guid",</div><div> "/common/topic/alias",</div><div> "/people/person/weight_kg",</div><div> "/type/object/name"</div><div> ],</div><div> "operation" : null,</div><div> "source" : {</div><div> "q:/type/object/guid" : "#9202a8c04000641f800000000003dc2f",</div><div> "r:/type/object/guid" : [],</div><div> "type" : "/people/person"</div><div> },</div><div> "target" : {</div><div> "id" : null,</div><div> "optional" : true,</div><div> "type" : []</div><div> },</div><div> "target_value" : null,</div><div> "timestamp" : null,</div><div> "timestamp>=" : "292269055-12-02T16:47:04.192Z",</div><div> "type" : "/type/link"</div><div> }</div><div> ]</div><div> }</div><div> ]</div><div> },</div><div> "status" : "200 OK",</div><div> "transaction_id" : "cache;cache01.p01.sjc1:8101;2008-12-05T18:38:26Z;0019"</div><div>}</div><div>===</div><div><br></div><div>i am able to run this query though:</div><div><br></div><div>===</div><div><div>[{</div><div> "type":"/chemistry/chemical_element",</div><div> "name":null,</div><div> "atomic_number|=":[1,2,3],</div><div> "atomic_number":null,</div><div> "sort":"atomic_number"</div><div>}]</div><div>===</div><div><br></div><div>thanks</div><div>augusto.</div></div></font></div></div></body></html>