From 7a3874a54e225fa4dabf73549e134c6883c96aed Mon Sep 17 00:00:00 2001 From: Jim Brandt Date: Tue, 31 Oct 2023 11:51:30 -0400 Subject: [PATCH] Add search tips for MySQL and MariaDB --- share/html/Search/Simple.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/share/html/Search/Simple.html b/share/html/Search/Simple.html index 8d61d66827a..c6043a0bd43 100644 --- a/share/html/Search/Simple.html +++ b/share/html/Search/Simple.html @@ -81,6 +81,16 @@
  • Note that common words like 'the', 'is', 'this', etc. are excluded from searches since they are so common they find excessive results.
  • % } +% if ( RT->Config->Get('DatabaseType') eq 'mysql' ) { +

    Text searches accept some extra syntax, to help refine searches:

    +% } % } else {

    <&|/l, $fulltext_keyword &>Searching the full text of every ticket can take a long time, but if you need to do it, you can search for any word in full ticket history by typing [_1]word.

    % }