diff --git a/docs/general-development/fast-query-language-fql-syntax-reference.md b/docs/general-development/fast-query-language-fql-syntax-reference.md index 48df9d176..0090c228b 100644 --- a/docs/general-development/fast-query-language-fql-syntax-reference.md +++ b/docs/general-development/fast-query-language-fql-syntax-reference.md @@ -269,33 +269,13 @@ Not applicable. > [!NOTE] > In SharePoint, the **ANY** operator is deprecated. Use the **OR** operator instead. -Similar to the [OR](#or) operator except that the dynamic rank (the relevance score in the result set) is affected by neither the number of operands that match nor the distance between the terms in the item. The operands may be a single term or any valid FQL sub-expression. - -The dynamic ranking component for this part of the query is based on the best matching term within the **ANY** expression. - -> [!NOTE] -> he difference from **OR** is related only to the ranking within the result set. The same total set of items will match the query. - -#### Syntax - -`any(operand, operand [,operand]*)` - -#### Parameters - -Not applicable. - -#### Examples - -The following expression matches items for which the default full-text index contains "cat" or "dog". - -If the index contains both "cat" and "dog", but "cat" is considered a better match, the 'item's dynamic rank will be based on "cat" with no consideration given to "dog". - -`any(cat, dog)` - ### COUNT Specifies the of number query term occurrences an item must include for the item to be returned as a result. The operand may be a single query term, a phrase, or a wildcard query term. +> [!NOTE] +> This operator is not available in SharePoint Online in Microsoft 365 + #### Syntax `property-spec:count(operand [,from=, to=])` @@ -425,6 +405,9 @@ Using the **FILTER** operator automatically implies the following for the specif > **Tip:** > If you use the **STRING** operator inside a **FILTER** expression, by default, linguistics is disabled. You can enable linguistics processing within each **STRING** expression inside **FILTER** by using the operand `linguistics="ON"`. +> [!NOTE] +> This operator is not available in SharePoint Online in Microsoft 365. The operator is accepted, but ignored. + #### Syntax `filter()` @@ -726,6 +709,9 @@ The **STRING** operator can also be used as a type conversion. The query `string > [!NOTE] > In SharePoint the _minexpansion_, _maxexpansion_ and _annotation_class_ parameters for the **STRING** operator are obsolete. +> [!NOTE] +> In SharePoint Online in Microsoft 365, the _weight_, _linguistics_, and _wildcard_ paramters for the **STRING** operator are not supported. The parameters are accepted but ignored. + #### Examples **Example 1.** Because the default string mode is " **PHRASE** ", each of the following expressions returns the same results.