Skip to content

Commit cef7108

Browse files
Merge pull request SharePoint#8819 from davemehr/main
Update content about prefix
2 parents c0656bd + c69fd8c commit cef7108

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
> - Follow our guidance on [How To Create Good Pull Requests](https://github.com/SharePoint/sp-dev-docs/wiki/How-to-Create-Good-Pull-Requests).
2525
> - Target the `main` branch of this repo.
2626
> - When changing a page, ensure you update the `ms.date` front matter wih the current date in the format `MM/DD/YYYY`.
27-
> - Review all build checks and address the automated errors, warnigns, and suggestions.
27+
> - Review all build checks and address the automated errors, warnings, and suggestions.
2828
> - *NOTE: The live site is based on the `live` branch. Site owners periodically refresh `live` branch from the `main` branch so merged PRs won't immediately appear on the live site. Please be patient to see your changes appear on the live site.*
2929
>
3030
> **DELETE THIS SECTION BEFORE SUBMITTING**

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Keyword Query Language (KQL) syntax reference
33
description: Describes how to construct KQL queries for Search in SharePoint and steps on how to use property restrictions and operators in KQL queries.
4-
ms.date: 06/13/2022
4+
ms.date: 03/09/2023
55
ms.assetid: d8489f59-522f-433c-b9c1-69e597be51c7
66
ms.localizationpriority: high
77
---
@@ -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 with the wildcard * as prefix.
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 with the wildcard * as prefix, 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)