nextcloud/apps/dav/tests/unit/Files
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
..
Sharing Mode to modern phpunit 2019-11-27 15:27:18 +01:00
FileSearchBackendTest.php Allow filtering the search results to the users home storage 2019-12-03 13:49:37 +01:00