Advanced Search

SVN:b1162[5403]
This commit is contained in:
Eric Espié
2018-03-09 13:42:19 +00:00
parent 767507d195
commit 7d95c02b57
7 changed files with 52 additions and 24 deletions

View File

@@ -31,7 +31,7 @@ abstract class CriterionConversionAbstract
const OP_ENDS_WITH = 'ends_with';
const OP_EMPTY = 'empty';
const OP_NOT_EMPTY = 'not_empty';
const OP_ALL = 'all';
}