Skip to content
Unverified Commit c62637da authored by Robin Appelman's avatar Robin Appelman Committed by John Molakvoæ (skjnldsv)
Browse files

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: default avatarRobin Appelman <robin@icewind.nl>
parent 2b19da84
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment