mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 09:34:08 +02:00
Add handling for is-defined operator
This commit is contained in:
parent
52c8cfc21b
commit
168c5f9cc4
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue