Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add migration steps to migrate deprecated PQB filters from TWA projects #123

Open
SamirBoulil opened this issue Nov 30, 2017 · 1 comment

Comments

@SamirBoulil
Copy link

Some PQB fields are not supported anymore in 1.7 like it happened with the CategoryFilter (see the definition of service in 1.7: https://github.com/akeneo/pim-community-dev/blob/1.7/src/Pim/Bundle/CatalogBundle/Resources/config/query_builders.yml#L66 vs 2.0 https://github.com/akeneo/pim-community-dev/blob/2.0/src/Pim/Bundle/CatalogBundle/Resources/config/query_builders.yml#L208)

It could be great to have add a step in Transporteo to load and migrate the TWA projects configurations and especially migrate the PQB fields or operators that are not supported in 2.0.

Let me know if this is clear enough.

@arnolanglade
Copy link

Some filters have been update between the 1.7 and the 2.0:

  • we don't filter anymore on "categories.id" ou "categories.code" but on "categories"
  • we don't filter anymore on "family.id" ou "family.code" but on "family"
  • we don't filter anymore on "groups.id" ou "groups.code" but on "groups"
  • the filter media does not support the operator ENDS WITH
  • the filter identifier does not support the operator ENDS WITH
  • the filters pim_catalog.doctrine.query.filter.product_id et pim_catalog.doctrine.query.filter.string have been removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants