summaryrefslogtreecommitdiffstats
path: root/tpl/collections/where.go
AgeCommit message (Expand)Author
2023-07-28tpl/collections: Add like operator to where functionJoe Mooring
2023-07-11tpl/collections: Fix WordCount (etc.) regression in Where, Sort, DelimitBjørn Erik Pedersen
2023-05-16Create a struct with all of Hugo's config optionsBjørn Erik Pedersen
2022-12-21tpl: Improve template funcs GoDocBjørn Erik Pedersen
2022-06-07Fix raw TOML dates in where/eqBjørn Erik Pedersen
2022-03-17all: gofmt -w -r 'interface{} -> any' .Bjørn Erik Pedersen
2022-03-08Cache reflect.MethodByNameBjørn Erik Pedersen
2021-04-23tpl/collections: Fix where on type mismatchesBjørn Erik Pedersen
2021-04-21Fix Params case handling in where with slices of structs (e.g. Pages)Bjørn Erik Pedersen
2019-11-22Fix Params case handling in the index, sort and where funcBjørn Erik Pedersen
2019-06-09tpl/collections: Unwrap any interface value in sort and whereBjørn Erik Pedersen
2019-05-30tpl/collections: Convert numeric values to float64 and compare themAnton Harniakou
2019-04-27tpl: Provide more detailed errors in WhereCameron Moore
2019-04-19tpl/collections: Return error on invalid input in inBjørn Erik Pedersen
2019-02-06Support nested keys/fields with missing values with the `where` functionAnton Harniakou
2018-11-27tpl/collections: Add float64 support to whereCameron Moore
2017-07-28tpl/collections: Fix intersect on []interface{} handlingCameron Moore
2017-07-03tpl/collections: Add Pages support to Intersect and UnionBjørn Erik Pedersen
2017-07-03tpl/collections: Fix In function for JSON arraysBjørn Erik Pedersen
2017-05-18tpl/collections: Add support for interfaces to intersectCameron Moore
2017-04-30tpl: Add template function namespacesCameron Moore