mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
renaming SearchInterface::SEARCH_PREVIEW => SEARCH_PREVIEW_OPTION
This commit is contained in:
parent
2a10929d36
commit
82b0fad8de
@ -107,7 +107,7 @@ class EventSearch extends AbstractSearch
|
||||
'pattern' => $this->recomposePattern($terms, $this->getAvailableTerms(), $terms['_domain']),
|
||||
'total' => $total,
|
||||
'start' => $start,
|
||||
'preview' => $options[SearchInterface::SEARCH_PREVIEW],
|
||||
'preview' => $options[SearchInterface::SEARCH_PREVIEW_OPTION],
|
||||
'paginator' => $paginator,
|
||||
'search_name' => self::NAME
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user