diff --git a/livesupport/src/modules/storageServer/var/BasicStor.php b/livesupport/src/modules/storageServer/var/BasicStor.php
index 52e9faab2..1b68d2a97 100644
--- a/livesupport/src/modules/storageServer/var/BasicStor.php
+++ b/livesupport/src/modules/storageServer/var/BasicStor.php
@@ -744,7 +744,7 @@ class BasicStor extends Alib{
* @param criteria hash, with following structure:
*
* - filetype - string, type of searched files,
- * meaningful values: 'audioclip', 'webstream', 'playlist'
+ * meaningful values: 'audioclip', 'webstream', 'playlist', 'all'
* - operator - string, type of conditions join
* (any condition matches / all conditions match),
* meaningful values: 'and', 'or', ''
diff --git a/livesupport/src/modules/storageServer/var/DataEngine.php b/livesupport/src/modules/storageServer/var/DataEngine.php
index ed0f8afc2..a1b584fcb 100644
--- a/livesupport/src/modules/storageServer/var/DataEngine.php
+++ b/livesupport/src/modules/storageServer/var/DataEngine.php
@@ -37,7 +37,7 @@ require_once "XML/Util.php";
* Format of search criteria: hash, with following structure:
*
* - filetype - string, type of searched files,
- * meaningful values: 'audioclip', 'webstream', 'playlist'
+ * meaningful values: 'audioclip', 'webstream', 'playlist', 'all'
* - operator - string, type of conditions join
* (any condition matches / all conditions match),
* meaningful values: 'and', 'or', ''
diff --git a/livesupport/src/modules/storageServer/var/GreenBox.php b/livesupport/src/modules/storageServer/var/GreenBox.php
index f49ed4298..d189fba70 100644
--- a/livesupport/src/modules/storageServer/var/GreenBox.php
+++ b/livesupport/src/modules/storageServer/var/GreenBox.php
@@ -345,7 +345,7 @@ class GreenBox extends BasicStor{
* @param criteria hash, with following structure:
*
* - filetype - string, type of searched files,
- * meaningful values: 'audioclip', 'webstream', 'playlist'
+ * meaningful values: 'audioclip', 'webstream', 'playlist', 'all'
* - operator - string, type of conditions join
* (any condition matches / all conditions match),
* meaningful values: 'and', 'or', ''