Windows SharePoint Services Search Keyword Syntax

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Windows SharePoint Services Search includes new keyword syntax for building keyword queries. This syntax is simpler to use than the SQL search syntax because you do not have to parse through search terms to build a SQL statement; you pass the search terms directly to the search service.

You can pass two types of terms in a Windows SharePoint Services Search keyword query:

  • Keywords (the actual query words for the search request)

  • Property filters (the property constraints for the search request)

Keywords

You can use any of the following as keywords:

  • A word (includes one or more characters without spaces or punctuation)

  • A phrase (includes two or more words together, separated by spaces, but the words must be enclosed in quotation marks)

  • A prefix (includes a part of a word, from the beginning of the word)

The following table describes the three types of keywords: simple, included, and excluded terms.

Name

Definition

Character

Example

Simple term

Keyword with no special requirements

N/A

Weather

Included term

Keyword that must be in content items returned in search results

"+"

+sunshine

Excluded term

Keyword that must not be in content items returned in search results

"-"

-rain

See Also

Reference

Microsoft.SharePoint.Search.Query.KeywordQuery

Windows SharePoint Services Search Property Filters

Windows SharePoint Services Search Keyword Syntax Inclusion and Exclusion

Concepts

Building Windows SharePoint Services Search Queries