26
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
2 |
<category>
|
|
3 |
<name>Notes</name>
|
|
4 |
<mime>application/notes</mime>
|
|
5 |
<licon>qtg_large_notes</licon>
|
|
6 |
<baseapp>root notes</baseapp>
|
|
7 |
<lname>txt_search_list_calendarnotes</lname>
|
|
8 |
<displayorder>4</displayorder>
|
|
9 |
<exceptionstring>txt_notes_dblist_unnamed</exceptionstring>
|
|
10 |
<tsfile>Z:/resource/qt/translations/notes_</tsfile>
|
|
11 |
<actionuri>
|
|
12 |
<uri>
|
|
13 |
<uristring></uristring>
|
|
14 |
<lname></lname>
|
|
15 |
<licon></licon>
|
|
16 |
<uriref></uriref>
|
|
17 |
<action></action><!-- primary action or default action. alternatively, we could always use first entry as this one -->
|
|
18 |
</uri>
|
|
19 |
</actionuri>
|
|
20 |
<fieldmap>
|
|
21 |
<resulthit>
|
|
22 |
<field></field>
|
|
23 |
<auri></auri><!-- alternatively <auriorder>1,2,3,4</auriorder> instead of four lines -->
|
|
24 |
</resulthit>
|
|
25 |
</fieldmap>
|
|
26 |
<indexcontentsize>L</indexcontentsize> <!-- possible values S, M, L, XL, XXL. or scale of 1 to 10. -->
|
|
27 |
<policy>
|
|
28 |
<capability>WriteDeviceData<!-- Allow search on my data from clients with only Write Device Data capability it is combination of SID/VID/capability --></capability>
|
|
29 |
</policy>
|
|
30 |
<resultfirstline>
|
|
31 |
<list>
|
|
32 |
<field>Memo</field><!-- commo seperated list, if there is a chance that certain field could be empty -->
|
|
33 |
<field>Date</field>
|
|
34 |
</list>
|
|
35 |
</resultfirstline>
|
|
36 |
<relevancy>
|
|
37 |
<boost>
|
|
38 |
<field>Memo</field>
|
|
39 |
<boostvalue>10</boostvalue><!-- on scale 1-10 -->
|
|
40 |
</boost>
|
|
41 |
<boost>
|
|
42 |
<field>Date</field>
|
|
43 |
<boostvalue>5</boostvalue>
|
|
44 |
</boost>
|
|
45 |
</relevancy>
|
|
46 |
</category>
|