Skip to content

Commit

Permalink
Merge pull request #13910 from pemaier/pemaier-patch-8-4
Browse files Browse the repository at this point in the history
Update filter.php - autocomplete limit config centralized, similar to…
  • Loading branch information
danielkerr committed May 10, 2024
2 parents 8cceb14 + 43272a9 commit 79c7f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/catalog/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ public function autocomplete(): void {
$filter_data = [
'filter_name' => $this->request->get['filter_name'] . '%',
'start' => 0,
'limit' => 5
'limit' => $this->config->get('config_autocomplete_limit')
];

$this->load->model('catalog/filter');
Expand Down

0 comments on commit 79c7f27

Please sign in to comment.