diff options
-rw-r--r-- | tissue/web/server.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tissue/web/server.scm b/tissue/web/server.scm index 453b54a..33e6892 100644 --- a/tissue/web/server.scm +++ b/tissue/web/server.scm @@ -183,7 +183,9 @@ operators " " and " (span (@ (class "search-filter")) "OR") - ".")) + ". See " (a (@ (href "https://xapian.org/docs/queryparser.html")) + "Xapian::QueryParser Syntax") + " for detailed documentation.")) ,(let ((search-result-statistic (lambda (search-type format-string matches) `(li (a (@ (href ,(string-append |