
* Add media and stock flag * Add UI for updating the queries * Add update info to changelog
475 B
475 B
saleor-app-search |
---|
minor |
Extended search model with two new fields:
inStock
: returns true if stock is available. To keep this up to date, the application subscribes toProductVariantOutOfStock
andProductVariantBackInStock
eventsmedia
: array of objects containing URL and type of given file (video or image)
To enable those features, open App configuration page and click on the Update webhooks
button. To update existing data start a data import.