Merge pull request #13 from artonge/patch-1

Add handling for is-defined operator
This commit is contained in:
Robin Appelman 2023-11-14 23:32:04 +01:00 committed by GitHub
commit 8339181df3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,7 @@ class QueryParser extends Service {
'{DAV:}contains' => Operator::class,
'{DAV:}not' => Operator::class,
'{DAV:}is-collection' => Operator::class,
'{DAV:}is-defined' => Operator::class,
'{DAV:}limit' => Limit::class,
];
}