Building Windows SharePoint Services Search Queries

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.

Search in Windows SharePoint Services supports three types of search syntax for building search queries:

  • Keyword Query syntax (search terms are passed directly to the Search service)

  • SQL syntax (extension of SQL syntax for querying databases)

  • URL syntax (search parameters are encoded in URL, and posted directly to the search page)

Reference

Windows SharePoint Services Search Keyword Syntax

Windows SharePoint Services Search SQL Syntax

Windows SharePoint Services Search URL Syntax

Windows SharePoint Services Query Web Service

Windows SharePoint Services Search Query Object Model

See Also

Reference

Microsoft.SharePoint.Search.Query.FullTextSqlQuery

Microsoft.SharePoint.Search.Query.KeywordQuery