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

fixed 'syntax error' with an empty advanced filter #595

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

schnere
Copy link

@schnere schnere commented Jul 5, 2022

When using Advanced filter mode and leaving one filter empty an error is thrown on product import:
Unable to serialize value. Error: syntax error

This is because Magento\Framework\Serialize\Serializer\Json throws the error when trying to unserialize an empty string.
To solve this issue an empty array will be returned if no filter is set without calling the unserializer.

@PieterCappelle
Copy link

Correct, this should also be merged.

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

Successfully merging this pull request may close these issues.

2 participants