Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 525 Bytes

2021-02-17-add-prefix-and-suffix-filter-to-the-dal.md

File metadata and controls

12 lines (12 loc) · 525 Bytes
title issue author author_email author_github
Add prefix and suffix filter to the DAL
NEXT-13886
Felix Brucker
felix@felixbrucker.com
felixbrucker

Core

  • Added new classes Shopware\Core\Framework\DataAbstractionLayer\Search\Filter\PrefixFilter and Shopware\Core\Framework\DataAbstractionLayer\Search\Filter\SuffixFilter.

Administration

  • Added static prefix() and suffix() filter methods to the Criteria class (src/Administration/Resources/app/administration/src/core/data/criteria.data.js).