You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If a Product/ProductVariant is assigned to multiple channels, then updates to it (e.g. changing the name or other property) only triggers an update to the search index for the current Channel.
To Reproduce
Steps to reproduce the behavior:
In the Admin UI:
Create a second Channel
Add a product from the Default Channel to that second Channel
Switch to the second Channel and edit that product's name
Go back to the Product list. Note that the name change is reflected in the list
Switch to the Default Channel. Note that the product name has not been updated.
Expected behavior
When updating a Product or ProductVariant, the search index needs to be update for all Channels to which it is assigned. This includes changes caused by changes to Collection filters.
Environment (please complete the following information):
@vendure/core version: 0.18.0
Nodejs version any
Database (mysql/postgres etc): any
The text was updated successfully, but these errors were encountered:
Describe the bug
If a Product/ProductVariant is assigned to multiple channels, then updates to it (e.g. changing the name or other property) only triggers an update to the search index for the current Channel.
To Reproduce
Steps to reproduce the behavior:
In the Admin UI:
Expected behavior
When updating a Product or ProductVariant, the search index needs to be update for all Channels to which it is assigned. This includes changes caused by changes to Collection filters.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: