diff --git a/src/public/app/services/glob.js b/src/public/app/services/glob.js index e3603a9e6..997a2ac34 100644 --- a/src/public/app/services/glob.js +++ b/src/public/app/services/glob.js @@ -26,21 +26,6 @@ function setupGlobs() { // for CKEditor integration (button on block toolbar) window.glob.importMarkdownInline = async () => appContext.triggerCommand("importMarkdownInline"); - window.glob.SEARCH_HELP_TEXT = ` - Search tips - also see -
-
#abc - returns notes with label abc#year = 2019 - matches notes with label year having value 2019#rock #pop - matches notes which have both rock and pop labels#rock or #pop - only one of the labels must be present#year <= 2000 - numerical comparison (also >, >=, <).note.dateCreated >= MONTH-1 - notes created in the last month=handler - will execute script defined in handler relation to get results