You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/general-development/keyword-query-language-kql-syntax-reference.md
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -429,16 +429,16 @@ can be rewritten as:
429
429
> `title:page` return matches with the exact term *page* while `title:(page)` also return matches for the term *pages*.
430
430
431
431
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
433
433
_**Applies to:** Office 365 | SharePoint Online_
434
434
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.
436
436
437
-
Syntax to return items where a property has a value:
437
+
Syntax to return items where a text property has a value:
438
438
439
439
`<Property Name>:*`
440
440
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:
442
442
443
443
`NOT <Property Name>:*`
444
444
@@ -731,6 +731,4 @@ You can combine different parts of a keyword query by using the opening parenthe
731
731
<aname="SP15KQL_addlresources"> </a>
732
732
733
733
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