Files
nextcloud-server-mirror/lib/private/Files/Cache
Robin Appelman c62637da8b Allow filtering the search results to the users home storage
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>
2019-12-03 13:49:37 +01:00
..
2019-11-22 20:52:10 +01:00
2019-11-22 20:52:10 +01:00
2019-07-26 12:29:19 +02:00
2016-07-21 18:13:58 +02:00
2016-07-21 18:13:58 +02:00
2019-11-18 12:48:00 +01:00
2016-07-21 18:13:58 +02:00
2019-11-22 13:38:16 +01:00