From 31302da05546b1b7e9b4a38ba9abc08d5951d9ae Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Wed, 20 Jan 2016 12:36:19 +0200 Subject: [PATCH] small comment change --- utils/cond_loader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/cond_loader.go b/utils/cond_loader.go index e03cba8d3..5ff35350c 100644 --- a/utils/cond_loader.go +++ b/utils/cond_loader.go @@ -18,7 +18,7 @@ Available operators: - *exp: expired - *or: logical or - *and: logical and -- *has: logical has +- *has: receives a list of elements and checks that the elements are present in the specified field (also a list) Equal (*eq) and local and (*and) operators are implicit for shortcuts. In this way: