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 b139fbc commit 448e9c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bundle/Controller/SearchController.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public function searchAction(Request $request): Response
$form->handleRequest($request);

if ($form->isSubmitted() && $form->isValid()) {

$result = $this->submitHandler->handle($form, function (SearchData $data) use ($form) {
$limit = $data->getLimit();
$page = $data->getPage();
Expand Down

0 comments on commit 448e9c7

Please sign in to comment.