Skip to content

Commit d5e6cb6

Browse files
authored
content: Remove expired new-in badges
1 parent b5779d7 commit d5e6cb6

File tree

1 file changed

+0
-3
lines changed
  • content/en/functions/collections

1 file changed

+0
-3
lines changed

content/en/functions/collections/Where.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ Use any of the following logical operators:
8787
: (`bool`) Reports whether the given field value (a slice) contains one or more elements in common with `VALUE`. See [details](/functions/collections/intersect).
8888

8989
`like`
90-
: {{< new-in 0.116.0 />}}
9190
: (`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.
9291

9392
> [!note]
@@ -167,8 +166,6 @@ For example, to return a collection of pages where any of the terms in the "genr
167166

168167
## Regular expression comparison
169168

170-
{{< new-in 0.116.0 />}}
171-
172169
To return a collection of pages where the "author" page parameter begins with either "victor" or "Victor":
173170

174171
```go-html-template

0 commit comments

Comments
 (0)