mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 17:44:06 +02:00
Merge pull request #13 from artonge/patch-1
Add handling for is-defined operator
This commit is contained in:
commit
8339181df3
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ class QueryParser extends Service {
|
||||||
'{DAV:}contains' => Operator::class,
|
'{DAV:}contains' => Operator::class,
|
||||||
'{DAV:}not' => Operator::class,
|
'{DAV:}not' => Operator::class,
|
||||||
'{DAV:}is-collection' => Operator::class,
|
'{DAV:}is-collection' => Operator::class,
|
||||||
|
'{DAV:}is-defined' => Operator::class,
|
||||||
'{DAV:}limit' => Limit::class,
|
'{DAV:}limit' => Limit::class,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue