nextcloud/lib/private/Files/Search
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
..
SearchBinaryOperator.php Update license headers 2017-11-06 16:56:19 +01:00
SearchComparison.php Update license headers 2017-11-06 16:56:19 +01:00
SearchOrder.php Update license headers 2017-11-06 16:56:19 +01:00
SearchQuery.php Allow filtering the search results to the users home storage 2019-12-03 13:49:37 +01:00