aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2016-02-05 17:52:19 +0100
committerRobin Appelman <icewind@owncloud.com>2016-02-05 17:52:19 +0100
commit559189cf4741303545dc0463651f63d5aa7f7a2f (patch)
tree8fe1efdfc7c76418e56286c3b4e675420dcf1cc2
parent615f0f549927bbfd5a7da5766e1b314c478b7281 (diff)
downloadnextcloud-server-559189cf4741303545dc0463651f63d5aa7f7a2f.tar.gz
nextcloud-server-559189cf4741303545dc0463651f63d5aa7f7a2f.zip
additional phpdoc for search
-rw-r--r--lib/public/files/cache/icache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/files/cache/icache.php b/lib/public/files/cache/icache.php
index 18e9256d3b7..18641b29f9c 100644
--- a/lib/public/files/cache/icache.php
+++ b/lib/public/files/cache/icache.php
@@ -191,7 +191,7 @@ interface ICache {
public function getStatus($file);
/**
- * search for files matching $pattern
+ * search for files matching $pattern, files are matched if their filename matches the search pattern
*
* @param string $pattern the search pattern using SQL search syntax (e.g. '%searchstring%')
* @return ICacheEntry[] an array of cache entries where the name matches the search pattern