Skip to content

Commit

Permalink
Expressions - Add some tags for search with "start", "begin", "end"
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry authored and nyalldawson committed Apr 22, 2022
1 parent 5faa282 commit a43cb5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/function_help/json/LIKE
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion resources/function_help/json/left
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion resources/function_help/json/right
Expand Up @@ -14,5 +14,5 @@
"expression": "right('Hello World',5)",
"returns": "'World'"
}],
"tags": ["last", "substring", "rightmost", "characters", "contains"]
"tags": ["last", "end", "substring", "rightmost", "characters", "contains"]
}

0 comments on commit a43cb5e

Please sign in to comment.