diff options
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Files/Search/ISearchQuery.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/public/Files/Search/ISearchQuery.php b/lib/public/Files/Search/ISearchQuery.php index 0929a190489..35093e340a2 100644 --- a/lib/public/Files/Search/ISearchQuery.php +++ b/lib/public/Files/Search/ISearchQuery.php @@ -66,4 +66,12 @@ interface ISearchQuery { * @since 12.0.0 */ public function getUser(); + + /** + * Whether or not the search should be limited to the users home storage + * + * @return bool + * @since 18.0.0 + */ + public function limitToHome(): bool; } |