2006/12/3, Jos van den Oever &lt;<a href="mailto:jvdoever@gmail.com">jvdoever@gmail.com</a>&gt;:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>if we dont allow for nested queries, a query can be defined as a(iss)<br>which is a list of query arguments.<br>i -&gt; query operator: +, -, &lt;, or &gt;<br>s -&gt; name of the field to search in<br>s -&gt; value to look for
</blockquote><div><br>Ok, so fx:<br><br>{<br>&nbsp;{+, &quot;content&quot;, &quot;foo bar&quot;}<br>}<br><br>Searches the content field for the phrase &quot;foo bar&quot;?<br></div><br>{<br>&nbsp;{+, &quot;artist&quot;, &quot;foo bar&quot;}
<br>&nbsp;{+, &quot;group&quot;, &quot;audio&quot;}<br>}<br>Is a search for any audio file annotated to the artist &quot;foo bar&quot;?<br><br>How about logical OR, did you leave that out on purpose?<br><br>How about wildcards? Where do we allow them (if we do at all) in field name and/or query string?
<br><br>Cheers,<br>Mikkel<br></div>