Skip to content

Commit 57f0c67

Browse files
authored
Merge pull request SharePoint#8919 from wobba/master
Correct docs to mention what property support prop:*
2 parents 6fa165e + 8d46752 commit 57f0c67

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -429,16 +429,16 @@ can be rewritten as:
429429
> `title:page` return matches with the exact term *page* while `title:(page)` also return matches for the term *pages*.
430430
431431

432-
### Filter on items where a property is empty or contains a value
432+
### Filter on items where a text property is empty or contains a value
433433
_**Applies to:** Office 365 | SharePoint Online_
434434

435-
For managed properties in the search schema which are set to be [Queryable](https://msdn.microsoft.com/library/Microsoft.Office.Server.Search.Administration.ManagedProperty.Queryable.aspx) you can use the wildcard operator (*) as the property expression to filter on items which either have a value or does not have a value.
435+
For managed properties of type [Text](https://msdn.microsoft.com/library/Microsoft.Office.Server.Search.Administration.ManagedDataType#Text) in the search schema which are set to be [Queryable](https://msdn.microsoft.com/library/Microsoft.Office.Server.Search.Administration.ManagedProperty.Queryable.aspx) you can use the wildcard operator (*) as the property expression to filter on items which either have a value or does not have a value.
436436

437-
Syntax to return items where a property has a value:
437+
Syntax to return items where a text property has a value:
438438

439439
`<Property Name>:*`
440440

441-
Syntax to return items where a property does not have a value:
441+
Syntax to return items where a text property does not have a value:
442442

443443
`NOT <Property Name>:*`
444444

@@ -731,6 +731,4 @@ You can combine different parts of a keyword query by using the opening parenthe
731731
<a name="SP15KQL_addlresources"> </a>
732732

733733

734-
- [Building search queries in SharePoint](building-search-queries-in-sharepoint.md)
735-
736-
734+
- [Building search queries in SharePoint](building-search-queries-in-sharepoint.md)

0 commit comments

Comments
 (0)