Skip to content

Commit 7d83b44

Browse files
authored
Update keyword-query-language-kql-syntax-reference.md
Fixed Suffix to Prefix
1 parent c0656bd commit 7d83b44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/general-development/keyword-query-language-kql-syntax-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ For example, the following KQL queries return content items that contain the ter
8282

8383

8484

85-
KQL queries don't support suffix matching.
85+
KQL queries don't support prefix matching.
8686

8787

8888

@@ -93,7 +93,7 @@ When you use phrases in a free-text KQL query, Search in SharePoint returns only
9393

9494

9595

96-
KQL queries don't support suffix matching, so you can't use the wildcard operator before a phrase in free-text queries. However, you can use the wildcard operator after a phrase.
96+
KQL queries don't support prefix matching, so you can't use the wildcard operator before a phrase in free-text queries. However, you can use the wildcard operator after a phrase.
9797

9898

9999

0 commit comments

Comments
 (0)