mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 18:13:48 +00:00
passing query parameters to options to search interfaces
This commit is contained in:
@@ -92,7 +92,11 @@ class SearchController extends Controller
|
||||
$name,
|
||||
$paginatorFactory->getCurrentPageFirstItemNumber(),
|
||||
$paginatorFactory->getCurrentItemsPerPage(),
|
||||
array(SearchInterface::SEARCH_PREVIEW_OPTION => false),
|
||||
array(
|
||||
SearchInterface::SEARCH_PREVIEW_OPTION => false,
|
||||
SearchInterface::REQUEST_QUERY_PARAMETERS => $request
|
||||
->get(SearchInterface::REQUEST_QUERY_KEY_ADD_PARAMETERS, [])
|
||||
),
|
||||
$_format
|
||||
)];
|
||||
|
||||
|
Reference in New Issue
Block a user