hugo/tpl/collections
Anton Harniakou 908692fae5 Support nested keys/fields with missing values with the where function
Before this commit `where` would produce an error and bail building the
site. Now, `where` simply skips an element of a collection and does not
add it to the final result.

Closes #5637
Closes #5416
2019-02-06 19:53:34 +01:00
..
append.go
append_test.go
apply.go
apply_test.go
collections.go tpl: Add godoc packages comments 2018-11-30 08:56:30 +01:00
collections_test.go
complement.go
complement_test.go tpl/collections: Properly handle pointer types in complement/symdiff 2018-11-07 09:29:13 +01:00
index.go
index_test.go
init.go
init_test.go
reflect_helpers.go tpl/collections: Properly handle pointer types in complement/symdiff 2018-11-07 09:29:13 +01:00
sort.go
sort_test.go
symdiff.go
symdiff_test.go tpl/collections: Properly handle pointer types in complement/symdiff 2018-11-07 09:29:13 +01:00
where.go Support nested keys/fields with missing values with the where function 2019-02-06 19:53:34 +01:00
where_test.go Support nested keys/fields with missing values with the where function 2019-02-06 19:53:34 +01:00