From a43cb5ea33b42ecaa33d601dacaffbca3929ceed Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Thu, 21 Apr 2022 11:24:43 +0200 Subject: [PATCH] Expressions - Add some tags for search with "start", "begin", "end" --- resources/function_help/json/LIKE | 2 +- resources/function_help/json/left | 2 +- resources/function_help/json/right | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/function_help/json/LIKE b/resources/function_help/json/LIKE index e9bddace0d7..d75b57ccd86 100644 --- a/resources/function_help/json/LIKE +++ b/resources/function_help/json/LIKE @@ -41,5 +41,5 @@ "expression": "'1_' LIKE '1\\\\\\\\%'", "returns": "FALSE" }], - "tags": ["compare", "sensitive", "numbers", "first", "works", "supplied", "parameter", "matches", "pattern"] + "tags": ["compare", "sensitive", "numbers", "first", "end", "start", ""begin", "works", "supplied", "parameter", "matches", "pattern"] } diff --git a/resources/function_help/json/left b/resources/function_help/json/left index bee600bd789..4f711f0aa42 100644 --- a/resources/function_help/json/left +++ b/resources/function_help/json/left @@ -14,5 +14,5 @@ "expression": "left('Hello World',5)", "returns": "'Hello'" }], - "tags": ["first", "substring", "leftmost", "characters", "contains", "extracts"] + "tags": ["first", "start", "begin", "substring", "leftmost", "characters", "contains", "extracts"] } diff --git a/resources/function_help/json/right b/resources/function_help/json/right index 940b8a843a5..d93c881186b 100644 --- a/resources/function_help/json/right +++ b/resources/function_help/json/right @@ -14,5 +14,5 @@ "expression": "right('Hello World',5)", "returns": "'World'" }], - "tags": ["last", "substring", "rightmost", "characters", "contains"] + "tags": ["last", "end", "substring", "rightmost", "characters", "contains"] }