From 40b7329eca934d0b64c27cc15b1c16ed7c2eecb4 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Wed, 5 Mar 2003 13:53:04 -0800 Subject: [PATCH] [project @ 2003-03-05 13:53:04 by cjwatson] 'index maint' and 'index packages' don't do substring matches any more. --- html/server-refcard.html.in | 4 ++-- html/server-request.html.in | 14 ++++++-------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/html/server-refcard.html.in b/html/server-refcard.html.in index 776af95..3d24bc7 100644 --- a/html/server-refcard.html.in +++ b/html/server-refcard.html.in @@ -24,9 +24,9 @@ sending the word help to each mailserver.
  • index-summary by-package
  • index-summary by-number
  • index-maint -
  • index maint maintainer-substring +
  • index maint maintainer
  • index-packages -
  • index packages package-substring +
  • index packages package
  • send-unmatched [this|0]
  • send-unmatched last|-1
  • send-unmatched old|-2 diff --git a/html/server-request.html.in b/html/server-request.html.in index 57c8675..3817335 100644 --- a/html/server-request.html.in +++ b/html/server-request.html.in @@ -58,10 +58,9 @@ server.
    index maint maintainer -
    Requests the index pages of $gBugs in the system for all maintainers - containing the string maintainer. The search term is a - case insensitive substring. The $gBug index for each matching - maintainer will be sent in a separate message. +
    Requests the index pages of $gBugs in the system for the maintainer + maintainer. The search term is an exact match. + The $gBug index will be sent in a separate message.
    index-packages @@ -70,10 +69,9 @@ server.
    index packages package -
    Requests the index pages of $gBugs in the system for all packages - containing the string package. The search term is a case - insensitive substring. The $gBug index for each matching package will - be sent in a separate message. +
    Requests the index pages of $gBugs in the system for the package + package. The search term is an exact match. + The $gBug index will be sent in a separate message.
    send-unmatched [this|0]
    send-unmatched last|-1 -- 2.39.2