diff --git a/apc.php b/apc.php
index 99ba65d9..dddb4544 100644
--- a/apc.php
+++ b/apc.php
@@ -87,7 +87,7 @@ function defaults($d,$v) {
'SORT1' => '/^[AHSMCDTZ]$/', // first sort key
'SORT2' => '/^[DA]$/', // second sort key
'AGGR' => '/^\d+$/', // aggregation by dir level
- 'SEARCH' => '~^[a-zA-Z0-9/_.-]*$~' // aggregation by dir level
+ 'SEARCH' => '/^.*$/' // search regex
);
// cache scope
@@ -961,7 +961,7 @@ function block_sort($array1, $array2)
'',
'',
'',
- ' Search: ',
+ ' Search: ',
' ',
'';