From ccd756aca0d0344a58418a7854574b8fd7f05db8 Mon Sep 17 00:00:00 2001 From: HarveyKandola Date: Thu, 10 Oct 2019 11:58:41 +0100 Subject: [PATCH] Document PostgreSQL wildcard search syntax --- gui/app/pods/search/template.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/app/pods/search/template.hbs b/gui/app/pods/search/template.hbs index 75c2d288..bfe95089 100644 --- a/gui/app/pods/search/template.hbs +++ b/gui/app/pods/search/template.hbs @@ -57,6 +57,8 @@
Show results that contain the word "apple" but not "macintosh"
google & (apple | microsoft) & !ibm
Show results that have "google", either "apple" or "microsoft" but not "ibm"
+
apple:*
+
Show results that contain words that start with "apple", such as "applesauce" or "applet"
{{/if}} {{#if (eq appMeta.storageProvider constants.StoreProvider.SQLServer)}}