From ab13efdc9c6bdecae85f89f5b2804387d42541ff Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 9 Mar 2012 17:14:14 +0100 Subject: [PATCH] comment --- src/query/wasastringtoquery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/query/wasastringtoquery.h b/src/query/wasastringtoquery.h index 14e2ea77..c7d3f2e6 100644 --- a/src/query/wasastringtoquery.h +++ b/src/query/wasastringtoquery.h @@ -50,7 +50,7 @@ public: /** Type of this element: leaf or AND/OR chain */ enum Op {OP_NULL, OP_LEAF, OP_EXCL, OP_OR, OP_AND}; /** Relation to be searched between field and value. Recoll actually only - supports "contain" */ + supports "contain" except for a size field */ enum Rel {REL_NULL, REL_EQUALS, REL_CONTAINS, REL_LT, REL_LTE, REL_GT, REL_GTE}; /** Modifiers for term handling: case/diacritics handling,