Closed hyenabyte closed 5 months ago
Hey, having the same issue, but it took me a month to realize/debug that categories went indeed missing on updates. Any progress on that?
This PR probably resolves the issue: #6555
Patched the PR changes #6555 locally, can confirm it fixes this issue.
Hey, thanks for the report! Since v2 brought a lot of architectural and API changes on the backend, we will be closing this ticket since it no longer applies to our new setup, or the issue has already been fixed. If you are still facing issues with v1, please open a new ticket and we will address it as soon as possible. Thanks! 🙏
Bug report
Describe the bug
I have a transformer function set up to do some basic mapping of data, looks like this:
I noticed that categories would go missing from the indexed data once I updated the product, and I figured out if I logged out
product
categories would be included at the first indexing on server start, but when the transform was run again on product update categories are no longer included.System information
Steps to reproduce the behavior
Expected behavior
The data should not differ between create and update in the transform function, or alternatively there should be a way to easily discern between create, update, delete and so on within the function.
Additional context
The entire config for the plugin: