<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I'm querying for musical genres with this query:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><FONT class="Apple-style-span" face="Courier New">[{ </FONT></DIV><DIV><FONT class="Apple-style-span" face="Courier New"> "type": "/music/genre",</FONT></DIV><DIV><FONT class="Apple-style-span" face="Courier New"> "limit": 100,</FONT></DIV><DIV><FONT class="Apple-style-span" face="Courier New"> "id":null,</FONT></DIV><DIV><FONT class="Apple-style-span" face="Courier New"> "guid":null,</FONT></DIV><DIV><FONT class="Apple-style-span" face="Courier New"> "name":null,</FONT></DIV><DIV><FONT class="Apple-style-span" face="Courier New"> "key":[],</FONT></DIV><DIV><FONT class="Apple-style-span" face="Courier New"> "timestamp":null,</FONT></DIV><DIV><FONT class="Apple-style-span" face="Courier New"> "permission":[],</FONT></DIV><DIV><FONT class="Apple-style-span" face="Courier New"> "creator":[],</FONT></DIV><DIV><FONT class="Apple-style-span" face="Courier New"> "attribution":[],</FONT></DIV><DIV><FONT class="Apple-style-span" face="Courier New"> "parent_genre": [{</FONT></DIV><DIV><FONT class="Apple-style-span" face="Courier New"> "id": null,</FONT></DIV><DIV><FONT class="Apple-style-span" face="Courier New"> "optional": true</FONT></DIV><DIV><FONT class="Apple-style-span" face="Courier New"> }]</FONT></DIV><DIV><FONT class="Apple-style-span" face="Courier New">}]</FONT></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>If I don't specify "id" for the parent_genre, I get the name instead, which is may not be unique (it may be for this specific type, but you get the idea).</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>If I don't specify the "optional", then I only get genres that have a parent.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>If I do specify the "optional", I seem to be getting duplicates in the results. It looks to me like any genre that does have a parent is being sent twice.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Is this a bug or should I be doing something differently? It's not a gigantic thing but I have other queries and would like to know what's going on here.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Oh yeah, also the cursor is looping back today - I never get "false", but I do get repeats (it just loops forever).</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Thanks!</DIV><DIV>Tom</DIV><DIV><BR class="khtml-block-placeholder"></DIV></BODY></HTML>