Skip to content

Commit 7c6b35d

Browse files
authored
Update search-function-dax.md
1 parent 560f11b commit 7c6b35d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

query-languages/dax/search-function-dax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The number of the starting position of the first text string from the first char
3131

3232
- The search function is case insensitive. Searching for "N" will find the first occurrence of 'N' or 'n'.
3333

34-
- The search function is kanatype-insensitive, width-insensitive.
34+
- The search function is kanatype-insensitive, width-insensitive. Searching for "か" will find the first occurrence of 「か」 (hiragana), 「カ」 (katakana), or 「カ」 (half-width katakana).
3535

3636
- The search function is accent sensitive. Searching for "á" will find the first occurrence of 'á' but no occurrences of 'a', 'à', or the capitalized versions 'A', 'Á'.
3737

0 commit comments

Comments
 (0)