mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
This is done by adding a
```xml
<d:eq>
<d:prop>
<oc:owner-id/>
</d:prop>
<d:literal>$userId</d:literal>
</d:eq>
```
clause to the search query.
Searching by `owner-id` can only be done with the current user id
and the comparison can not be inside a `<d:not>` or `<d:or>` statement
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
||
|---|---|---|
| .. | ||
| AppInfo | ||
| Avatars | ||
| BackgroundJob | ||
| CalDAV | ||
| CardDAV | ||
| Command | ||
| Comments | ||
| Connector | ||
| Controller | ||
| DAV | ||
| Direct | ||
| Files | ||
| Migration | ||
| Provisioning/Apple | ||
| Settings | ||
| SystemTag | ||
| Upload | ||
| bootstrap.php | ||
| CapabilitiesTest.php | ||
| phpunit.xml | ||
| ServerTest.php | ||