<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">I have the following query<DIV>{</DIV><DIV> "decade0":{</DIV><DIV> "query":[{</DIV><DIV> "active_start":[{</DIV><DIV> "value<":"1980",</DIV><DIV> "value>=":"1970",</DIV><DIV> "value":null</DIV><DIV> }],</DIV><DIV> "album":[{</DIV><DIV> "limit":1,</DIV><DIV> "release_date":{</DIV><DIV> "value<":"1980",</DIV><DIV> "value>=":"1970",</DIV><DIV> "value":null</DIV><DIV> }</DIV><DIV> }],</DIV><DIV> "genre":[{</DIV><DIV> "guid":"#9202a8c04000641f80000000000e3f3b",</DIV><DIV> "name":null,</DIV><DIV> "type":"/music/genre"</DIV><DIV> }],</DIV><DIV> "guid":null,</DIV><DIV> "limit":1000,</DIV><DIV> "name":null,</DIV><DIV> "sort":"name",</DIV><DIV> "type":"/music/artist"</DIV><DIV> }]</DIV><DIV> }</DIV><DIV>}</DIV><DIV>How do I make it so I can specify to search for multiple matching guids for genre?</DIV><DIV>I am trying to make a query that says get me artists from a certain decade that match any of the genres</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>"genre" : {</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                                        </SPAN>"guid" : "#9202a8c04000641f80000000000e3f3b",</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                                        </SPAN>"type" : "/music/genre",</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                                        </SPAN>"name" : "Hard rock",</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                                </SPAN>},</DIV><DIV>"genre" : {</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                                        </SPAN>"guid" : "#9202a8c04000641f80000000001b7b21",</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                                        </SPAN>"type" : "/music/genre",</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                                        </SPAN>"name" : "Classic rock",</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">                                </SPAN>},</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV>Ketan Anjaria</DIV><DIV>415-260-8742</DIV><DIV><A href="mailto:fire@kidbombay.com">fire@kidbombay.com</A></DIV><DIV>www.kidbombay.com</DIV><BR class="Apple-interchange-newline"></SPAN> </DIV><BR></DIV></BODY></HTML>