2006/11/21, 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;">
2006/11/21, Mikkel Kamstrup Erlandsen &lt;<a href="mailto:mikkel.kamstrup@gmail.com">mikkel.kamstrup@gmail.com</a>&gt;:<br>&gt;&nbsp;&nbsp;- add getSnippet (in: s query, in: uris as, out: snippets a{ss})<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;Returns a map of uri-&gt;snippet, with the snippet containing simple markup
<br>&gt; to highlight the matching part. The markup should probably be limited to &lt;b&gt;<br>&gt; and &lt;i&gt; tags. Only uris actually having a meaning full snippet are returned.<br>&gt;&nbsp;&nbsp;Example getSnippet(&quot;hello&quot;, [&quot;
<a href="file:///tmp/test.c">file:///tmp/test.c</a>&quot;,<br>&gt; &quot;<a href="file:///tmp/portrait.jpg">file:///tmp/portrait.jpg</a>&quot;]) returns [&quot;<br>&gt; <a href="file:///tmp/test.c">file:///tmp/test.c</a>&quot;-&gt;&quot;...printf(&quot;&lt;b&gt;hello&lt;/b&gt; world&quot;);... &quot;]
<br>This should also allow for highlighting in other fields, notably<br>filename and title, so:<br> method getSnippet(in s query, in as uris, out a{sa{sas}})<br>returning the same type as<br> method getProperties ( in as files, out a{sa{sas}} properties )
<br>(the wiki has the wrong definition)<br></blockquote><div><br>Ok, I updated the wiki. With these signatures. I also (tried) to clarify the corresponding return value descriptions.<br><br>I also made all method capitalized (fx getProperties -&gt; GetProperties) to adopt the convention from the native 
org.freedesktop.DBus methods.<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;">&gt; Another switch for the query language could be &quot;sort:&quot; with some sane
<br>&gt; sorting options...<br>Agreed, with score as default. (algorithm for determining score is free)</blockquote><div><br>Added to the list of switches. I made it optional for a start. <br></div></div><br>Cheers,<br>Mikkel
<br>