mirror of
https://github.com/nextcloud/server.git
synced 2026-03-24 03:13:36 -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>
|
||
|---|---|---|
| .. | ||
| File.php | ||
| Folder.php | ||
| HookConnector.php | ||
| LazyRoot.php | ||
| Node.php | ||
| NonExistingFile.php | ||
| NonExistingFolder.php | ||
| Root.php | ||