From 1f1b1f0e22f7b4cbe5c8e843c1932222c0461393 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 2 Nov 2021 12:55:37 -1100 Subject: doc: lei-q: document SEARCH TERMS prefixes The new Documentation/common.perl file will be used for all manpages in the future. --- lib/PublicInbox/Search.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm index 600e6400..523003b3 100644 --- a/lib/PublicInbox/Search.pm +++ b/lib/PublicInbox/Search.pm @@ -155,9 +155,9 @@ my %prob_prefix = ( our @HELP = ( 's:' => 'match within Subject e.g. s:"a quick brown fox"', 'd:' => < 'match within message body, including text attachments', 'nq:' => 'match non-quoted text within message body', @@ -179,7 +179,7 @@ EOF 'dfpost:' => 'match post-image git blob ID', 'dfblob:' => 'match either pre or post-image git blob ID', 'rt:' => <