2006/12/3, Jos van den Oever <<a href="mailto:jvdoever@gmail.com">jvdoever@gmail.com</a>>:<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 -> query operator: +, -, <, or ><br>s -> name of the field to search in<br>s -> value to look for
</blockquote><div><br>Ok, so fx:<br><br>{<br> {+, "content", "foo bar"}<br>}<br><br>Searches the content field for the phrase "foo bar"?<br></div><br>{<br> {+, "artist", "foo bar"}
<br> {+, "group", "audio"}<br>}<br>Is a search for any audio file annotated to the artist "foo bar"?<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>