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)}}