mirror of
https://github.com/nextcloud/server.git
synced 2026-02-11 23:04:22 -05: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>
|
||
|---|---|---|
| .. | ||
| Wrapper | ||
| AbstractCacheEvent.php | ||
| Cache.php | ||
| CacheEntry.php | ||
| CacheQueryBuilder.php | ||
| FailedCache.php | ||
| HomeCache.php | ||
| HomePropagator.php | ||
| MoveFromCacheTrait.php | ||
| Propagator.php | ||
| QuerySearchHelper.php | ||
| Scanner.php | ||
| Storage.php | ||
| StorageGlobal.php | ||
| Updater.php | ||
| Watcher.php | ||