Skip to content

Commit 6bafe01

Browse files
authored
freetext is supported in Azure SQL DB
1 parent 5bca339 commit 6bafe01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/queries/freetext-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "FREETEXT (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "08/11/2017"
4+
ms.date: "10/23/2017"
55
ms.prod: "sql-non-specified"
66
ms.reviewer: ""
77
ms.suite: ""
@@ -27,7 +27,7 @@ ms.author: "rickbyh"
2727
manager: "jhubbard"
2828
---
2929
# FREETEXT (Transact-SQL)
30-
[!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx_md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)]
30+
[!INCLUDE[tsql-appliesto-ss2008-asdb-xxxx-xxx_md](../../includes/tsql-appliesto-ss2008-asdb-xxxx-xxx-md.md)]
3131

3232
Is a predicate used in the [!INCLUDE[tsql](../../includes/tsql-md.md)] [WHERE clause](../../t-sql/queries/where-transact-sql.md) of a [!INCLUDE[tsql](../../includes/tsql-md.md)] SELECT statement to perform a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] full-text search on full-text indexed columns containing character-based data types. This predicate searches for values that match the meaning and not just the exact wording of the words in the search condition. When FREETEXT is used, the full-text query engine internally performs the following actions on the *freetext_string*, assigns each term a weight, and then finds the matches:
3333

0 commit comments

Comments
 (0)