We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733daf5 commit b6d3be2Copy full SHA for b6d3be2
scripts/settings/autogenerate-settings.sh
@@ -388,6 +388,7 @@ insert_src_files=(
388
"mathematical-functions.md"
389
"natural_language_processing-functions.md"
390
"rounding-functions.md"
391
+ "string_search-functions.md"
392
)
393
394
insert_dest_files=(
@@ -412,6 +413,7 @@ insert_dest_files=(
412
413
"docs/sql-reference/functions/math-functions.md"
414
"docs/sql-reference/functions/nlp-functions.md"
415
"docs/sql-reference/functions/rounding-functions.md"
416
+ "docs/sql-reference/functions/string-search-functions.md"
417
418
419
echo "[$SCRIPT_NAME] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"
0 commit comments