
* Add media and stock flag * Add UI for updating the queries * Add update info to changelog
9 lines
475 B
Markdown
9 lines
475 B
Markdown
---
|
|
"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 to `ProductVariantOutOfStock` and `ProductVariantBackInStock` events
|
|
- `media`: 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.
|