You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/functions/collections/Where.md
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,6 @@ Use any of the following logical operators:
87
87
: (`bool`) Reports whether the given field value (a slice) contains one or more elements in common with `VALUE`. See [details](/functions/collections/intersect).
88
88
89
89
`like`
90
-
: {{< new-in 0.116.0 />}}
91
90
: (`bool`) Reports whether the given field value matches the [regular expression](g) specified in `VALUE`. Use the `like` operator to compare `string` values. The `like` operator returns `false` when comparing other data types to the regular expression.
92
91
93
92
> [!note]
@@ -167,8 +166,6 @@ For example, to return a collection of pages where any of the terms in the "genr
167
166
168
167
## Regular expression comparison
169
168
170
-
{{< new-in 0.116.0 />}}
171
-
172
169
To return a collection of pages where the "author" page parameter begins with either "victor" or "Victor":
0 commit comments