tpl: Add intersect operator to where function
authorChristopher Mancini <cmancini@basho.com>
Mon, 11 Apr 2016 20:58:27 +0000 (16:58 -0400)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 27 Apr 2016 22:58:47 +0000 (00:58 +0200)
commit09038865c24f420ac059a5cb8172da04c0391e58
tree0d6717da98a1f61915ebff1f0406f52cb1387069
parentffbd2b6c67fd92305e4fc3c2ee580f731bc24cc1
tpl: Add intersect operator to where function

Returns true if a given field value that is a slice / array of strings, integers or floats contains elements in common with the matching value. It follows the same rules as the intersect function.

Closes #1945
docs/content/templates/functions.md
tpl/template_funcs.go
tpl/template_funcs_test.go