Skip to content

Commit 215ba2e

Browse files
davidchesnutVesaJuvonen
authored andcommitted
fixing terms (SharePoint#1190)
1 parent 9ebc63a commit 215ba2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/general-development/fast-query-language-fql-syntax-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,11 +1170,11 @@ Use the **RANGE** operator for numeric and date/time managed properties. The ope
11701170

11711171
#### Examples
11721172

1173-
The following expression matches a description property starting with the phrase "olympic games" appearing in items with a size of at least 10 000 bytes.
1173+
The following expression matches a description property starting with the phrase "big accomplishments" appearing in items with a size of at least 10 000 bytes.
11741174

11751175

11761176

1177-
`and(size:range(10000, max), description:starts-with("olympic games"))`
1177+
`and(size:range(10000, max), description:starts-with("big accomplishments"))`
11781178

11791179

11801180

0 commit comments

Comments
 (0)