summaryrefslogtreecommitdiffstats
path: root/tpl/collections/where.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/collections/where.go')
-rw-r--r--tpl/collections/where.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/collections/where.go b/tpl/collections/where.go
index 859353ff0..2c5dc7f3f 100644
--- a/tpl/collections/where.go
+++ b/tpl/collections/where.go
@@ -357,7 +357,7 @@ func (ns *Namespace) checkWhereArray(seqv, kv, mv reflect.Value, path []string,
var err error
vvv, err = evaluateSubElem(vvv, elemName)
if err != nil {
- return nil, err
+ continue
}
}
} else {