mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 22:34:24 +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']),
|
'pattern' => $this->recomposePattern($terms, $this->getAvailableTerms(), $terms['_domain']),
|
||||||
'total' => $total,
|
'total' => $total,
|
||||||
'start' => $start,
|
'start' => $start,
|
||||||
'preview' => $options[SearchInterface::SEARCH_PREVIEW],
|
'preview' => $options[SearchInterface::SEARCH_PREVIEW_OPTION],
|
||||||
'paginator' => $paginator,
|
'paginator' => $paginator,
|
||||||
'search_name' => self::NAME
|
'search_name' => self::NAME
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user