diff --git a/code/AssetTableField.php b/code/AssetTableField.php index 45e74ea9..3faa2383 100755 --- a/code/AssetTableField.php +++ b/code/AssetTableField.php @@ -36,6 +36,12 @@ class AssetTableField extends ComplexTableField { } $this->sourceFilter = '(' . implode(' OR ', $searchFilters) . ')'; $this->searchingFor = $_REQUEST['FileSearch']; + + // @todo Integrate search form more closely and don't rely on deprecated + // $extraLinkParams. + $this->extraLinkParams = array( + 'FileSearch' => $SQL_search + ); } $this->sourceSort = 'Title';