summaryrefslogtreecommitdiffstats
path: root/tpl/collections/where.go
AgeCommit message (Expand)Author
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