Skip to content

Commit e816351

Browse files
committed
update troubleshooting guide for new case insensitive support
1 parent 072ed55 commit e816351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/troubleshoot-query-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ If an expression can be translated into a range of string values, it can use the
194194

195195
Here's the list of some common string functions that can use the index:
196196

197-
- STARTSWITH(str_expr, str_expr)
198-
- CONTAINS(str_expr, str_expr)
197+
- STARTSWITH(str_expr1, str_expr2, bool_expr)
198+
- CONTAINS(str_expr, str_expr, bool_expr)
199199
- LEFT(str_expr, num_expr) = str_expr
200200
- SUBSTRING(str_expr, num_expr, num_expr) = str_expr, but only if the first num_expr is 0
201201

0 commit comments

Comments
 (0)