Skip to content

Commit

Permalink
Merge pull request #13909 from pemaier/pemaier-patch-8-5
Browse files Browse the repository at this point in the history
Update filter_group.php - autocomplete limit config centralized, simi…
  • Loading branch information
danielkerr committed May 10, 2024
2 parents f00866d + 78c9586 commit 8cceb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/catalog/filter_group.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,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_group');
Expand Down

0 comments on commit 8cceb14

Please sign in to comment.