Skip to content

Commit 33b5026

Browse files
MAGETWO-35088: Page and Block Data and Repository Interfaces
1 parent 51f4ae3 commit 33b5026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Api/SearchCriteria.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class SearchCriteria extends AbstractSimpleObject implements SearchCriteriaInter
1515
/**#@+
1616
* Constants for Data Object keys
1717
*/
18-
const FILTER_GROUPS = 'filterGroups';
18+
const FILTER_GROUPS = 'filter_groups';
1919
const SORT_ORDERS = 'sort_orders';
2020
const PAGE_SIZE = 'page_size';
2121
const CURRENT_PAGE = 'current_page';

0 commit comments

Comments
 (0)