mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 09:04:43 -04:00
collections.Where - Clarify description of "collection"
This commit is contained in:
parent
4d6d7018b9
commit
fb16945cff
@ -32,7 +32,7 @@ Hugo will test for equality if you do not provide an `OPERATOR` argument. For ex
|
||||
The where function takes three or four arguments. The `OPERATOR` argument is optional.
|
||||
|
||||
COLLECTION
|
||||
: (`any`) Typically a page collection or a [slice] of [maps].
|
||||
: (`any`) A page collection or a [slice] of [maps].
|
||||
|
||||
[maps]: /getting-started/glossary/#map
|
||||
[slice]: /getting-started/glossary/#slice
|
||||
@ -45,7 +45,7 @@ KEY
|
||||
```
|
||||
|
||||
[chain]: /getting-started/glossary/#chain
|
||||
|
||||
Typically a
|
||||
OPERATOR
|
||||
: (`string`) The logical comparison [operator](#operators).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user