<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font size="+1"><tt>After quite a lot of messing around, I (think)
        have finished converting sh/dx queries from old style, limited,
        syntax to new style, Filter style syntax with a small bonus. So
        you can now use 'not' 'and' 'or' and brackets '(' and ')' in
        your sh/dx queries. There may still be some corners that I
        haven't covered - if there are - please report them.<br>
        <br>
        The small bonus is that it is now possible to use perl regexes
        in places where that makes sense. Practically that means "sh/dx
        info" queries. </tt></font><font size="+1"><tt><font size="+1"><tt>Regexes
            are perl regular expressions enclosed in '{' and '}'.</tt></font><br>
        <br>
        For instance, for the FT8 phobic, one could use 'sh/dx not info
        {ft[48])'.  Incidentally, that sh/dx expression can be used in
        an 'accept/spot' as in 'acc/spot not info {ft[48]}', but would
        be better done as 'rej/spot info {ft[48]}' (i.e. the same sh/dx
        query but without the 'not' :-).<br>
        <br>
        You will need to restart the node after update.<br>
        <br>
        Dirk G1TLH<br>
        <br>
        <br>
        <br>
        <br>
      </tt></font>
  </body>
</html>