Skip to content

Commit

Permalink
EZP-28055: As a v2 Editor I want to search for content items by enter…
Browse files Browse the repository at this point in the history
…ing a search keyword
  • Loading branch information
mikadamczyk committed Nov 6, 2017
1 parent ed57dd6 commit b139fbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bundle/Controller/SearchController.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ class SearchController extends Controller
/** @var SubmitHandler */
private $submitHandler;

/** @var int */
private $defaultLimit;

/**
* @param SearchService $searchService
* @param PagerContentToDataMapper $pagerContentToDataMapper
Expand Down

0 comments on commit b139fbc

Please sign in to comment.