Merge pull request #16639 from nextcloud/feature/noid/new-types

Adding comparaison types: +regex +wildcard (fulltextsearch)
This commit is contained in:
Roeland Jago Douma 2019-08-05 14:21:12 +02:00 committed by GitHub
commit 7b0e11f709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
/**