comparaison types: +regex +wildcard

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
Maxence Lange 2019-08-02 12:24:32 -01:00
parent bc409167f2
commit f10e525e0c
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ interface ISearchRequestSimpleQuery {
const COMPARE_TYPE_INT_LT = 7;
const COMPARE_TYPE_BOOL = 8;
const COMPARE_TYPE_ARRAY = 9;
const COMPARE_TYPE_REGEX = 10;
const COMPARE_TYPE_WILDCARD = 11;
/**