kaliop-uk / ezmigrationbundle

This bundle makes it easy to handle eZPlatform / eZPublish5 content upgrades/migrations
GNU General Public License v2.0
53 stars 81 forks source link

Add support to match using existing QueryTypes #239

Closed gggeek closed 3 years ago

gggeek commented 3 years ago

It seems a worthy addition to be able to reuse in migrations any dev-defined QueryType

See open PR https://github.com/kaliop-uk/ezmigrationbundle/pull/81 for a possible implementation

See https://netgen.io/blog/writing-reusable-queries-with-querytypes for a good description of QueryType usage

gggeek commented 3 years ago

Implemented. Will be in 5.14