File: ExprSearch.html

package info (click to toggle)
xnote 4.6.51-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 960 kB
  • sloc: javascript: 7,147; makefile: 22; sh: 9
file content (49 lines) | stat: -rw-r--r-- 3,496 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <title>Get Expression Search NG Addon</title>
    <link1 rel="stylesheet" href="popup.css" type="text/css">
    <script type="application/javascript" src="/scripts/tools.js"></script>
    <script type="application/javascript" src="/scripts/listener.js"></script>
    </head>
  <body>

    <h1 style="text-align: center;"><span style="color: rgb(166, 77, 121);">Search in XNotes </span></h1>
    <p>
    </p>
          <p>It is now possible to search text in XNotes. This is done by using the addon Expression Search NG. You can add
          it from addons.thunderbird.net:  
<!--           <button id="ES-install">Open addon page on addons.thunderbird.net</button> 
        <a href = "https://addons.thunderbird.net/thunderbird/addon/expression-search-ng/"  target = "_blank">https://addons.thunderbird.net/thunderbird/addon/expression-search-ng/</a>
 --> 
         <A href = "" data-tab-href = "https://addons.thunderbird.net/thunderbird/addon/expression-search-ng/"  >https://addons.thunderbird.net/thunderbird/addon/expression-search-ng/</a>


        </p>
        <p>You can search for XNotes in the current folder, and you can use general search to find XNotes over all folders.</p>
        <p>To search in the current folder, enter xnote:text (or xn:text) into the Expression Search searchbox to search for emails having
          'text' inside the XNote. Or use xnote:text from:domain to search for xnotes with 'text' related to domain/email adress etc.
        </p>
        <p>Expression Search NG allows to combine the search for XNotes with many other criteria: from, to, attachment, date etc, 
          as well as searching for XNotes not containing text or emails not having XNotes.
        </p>
  
        <br><br><b>Examples for XNote search queries:</b>
        <ul  style = "  display: grid;grid-template-columns: 0.27fr 0.9fr; ">
        <li>xn:subtext</li>  <li style = "list-style-type: none; ">list only emails containing subtext, anywhere in a XNote</li>
        <li>xn:subt</li>  <li style = "list-style-type: none; ">list emails containing subtext, anywhere in a XNote. Other words with subt (e.g. subtle) might be
          found as well.</li>
          <li>-xn:subtext</li><li style = "list-style-type: none; ">list only emails not containing subtext in a XNote (but having a XNote)</li>
          <li>xn:*</li><li style = "list-style-type: none; ">list all messages with a XNote</li>
          <li>-xn:*</li><li style = "list-style-type: none; ">list all messages without XNotes</li>
          <li>^xn:opto</li><li style = "list-style-type: none; ">list all messages starting with my nickname, "opto" (all employees, here, start their notes with their name)</li>
          <li>^xn:opto xn:contract</li><li style = "list-style-type: none; ">list all messages starting with opto and containing the word contract</li>
          <li>^xn:opto xn:contract f:companyname</li><li style = "list-style-type: none; ">list all messages from companyname, which start with opto (written by
            myself) and the XNote contains the word contract</li>
          <li>^xn:opto age:60 xn:contract f:companyname</li><li style = "list-style-type: none; ">as above, but list only emails from the last 60 days.</li>
        <!--  <li></li><li style = "list-style-type: none; "></li>-->
        </ul>
         
  </body>
</html>