From 19282ec337a17cb4edeed7fc6eb02def285b2394 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 28 Jan 2014 14:15:01 +0800 Subject: Bug 76498: QuickSearch: support comparison operators other than substring --- template/en/default/pages/quicksearch.html.tmpl | 46 +++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'template') diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index c43047d9f..18bf4dfb1 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -229,6 +229,52 @@ (url OR location) AND (bar OR field) AND (NOT focus)

+ +
  • + The default operator, colon (:), performs a substring + match of the value. The following operators are supported: + +
  • Advanced Shortcuts

    -- cgit v1.2.3-24-g4f1b