FriendsOfSylius / SyliusImportExportPlugin

Sylius plugin to import / export data
MIT License
118 stars 82 forks source link

allow non scalar values for criteria #289

Closed julienTroopers closed 1 year ago

julienTroopers commented 1 year ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Fixed tickets none

This change allows non scalar values to be used through the criteria : filters passed bu Sylius Grid.

This is needed for most filters, including plain text search : ?criteria[search][type]=contains&criteria[search][value]=test

dsbe-ak commented 1 year ago

Any plans for release?

oallain commented 1 year ago

Now on 0.25.0

Thanks @julienTroopers