]> git.cworth.org Git - notmuch-wiki/blobdiff - searching.mdwn
News for release 0.38.3
[notmuch-wiki] / searching.mdwn
index 6c2f7c0c7312050d9b065a0459960ec2362dec24..0564f721144236d2b8f3f8bc633742d9077d3b63 100644 (file)
@@ -1,12 +1,13 @@
-# Searching with notmuch
+[[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
+# Searching with Notmuch
 
 What good is an advanced indexing mail client if we don't know how to 
 use it to actually find e-mail?
 
-Please see the [[notmuch-search-terms manual
-page|manpages/notmuch-search-terms-7]] first for an overview of the
-search syntax, including the prefixes (such as "to:") and date range
-searches.
+The [notmuch-search-terms manual
+pages](https://notmuchmail.org/doc/latest/man7/notmuch-search-terms.html)
+should cover everything in a fairly concise manner. Please refer to
+that for any details.
 
 Notmuch uses the [Xapian](http://xapian.org/) search engine. The [Xapian
 QueryParser](http://xapian.org/docs/queryparser.html) documentation has
@@ -169,8 +170,9 @@ work:
 
         notmuch search date:<since>..<until>
 
-For <since> and <until>, notmuch understands a variety of standard and
-natural ways of expressing dates and times, both in absolute terms
-("2012-10-24") and in relative terms ("yesterday"). Please refer to the
-[[notmuch-search-terms manual page|manpages/notmuch-search-terms-7]] for
-details.
+For `<since>` and `<until>`, notmuch understands a variety of standard
+and natural ways of expressing dates and times, both in absolute terms
+("2012-10-24") and in relative terms ("yesterday"). Please refer to
+the [notmuch-search-terms
+manual](https://notmuchmail.org/doc/latest/man7/notmuch-search-terms.html)
+for details.