2007/1/15, Fabrice Colin &lt;<a href="mailto:fabrice.colin@gmail.com">fabrice.colin@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;">
On 1/15/07, Mikkel Kamstrup Erlandsen &lt;<a href="mailto:mikkel.kamstrup@gmail.com">mikkel.kamstrup@gmail.com</a>&gt; wrote:<br>&gt; The main part is the xml schema:<br>&gt; <a href="http://grillbar.org/wasabi/drafts/wasabi-query.xsd">
http://grillbar.org/wasabi/drafts/wasabi-query.xsd</a> . It<br>&gt; contains lots of comments. I&#39;ve set up a wiki page to collect info,<br>&gt; feedback, and progress on this here:<br>&gt; <a href="http://wiki.freedesktop.org/wiki/WasabiQueryLanguage">
http://wiki.freedesktop.org/wiki/WasabiQueryLanguage</a>.<br>&gt;<br>Some comments on first read :<br>- I would leave diacritic sensitivity out</blockquote><div><br>Yes. That is a very technical thing and it might fit into an &quot;Extended&quot;&nbsp; version of language, or just be optional and ignored if not supported. On the other hand spotlight has this so must have it too :-D
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">- not sure whether an integer &quot;boost&quot; is that useful</blockquote><div>
<br>Boost is defined as a float in the schema.<br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">- selectionTypes has only &quot;and&quot; and &quot;or&quot;. What about phrase searches ?
</blockquote><div><br>&lt;equals&gt;<br>&nbsp; &lt;property name=&quot;dc:title&quot;/&gt;<br>&nbsp; &lt;string&gt;hello world&lt;/string&gt;<br>&lt;/equals&gt; <br></div><br>was intended to match the phrase &quot;hello world&quot;. If you wanted to match &quot;hello&quot; or &quot;world&quot; you would have to explicitly OR them.
<br><br>If this is a bad idea we could either add a simpleType element called &quot;phrase&quot;, or have an attribute indicating that the string should be matched as a phrase (fx &lt;equals match=&quot;phrase&quot;&gt; or &lt;equals phrase=&quot;true&quot;&gt;)...
<br><br>Cheers,<br>Mikkel<br></div><br>