saleor-apps-redis_apl/.changeset/eight-oranges-appear.md
Krzysztof Wolski 69fe973121
Search: Add media and stock flag (#874)
* Add media and stock flag

* Add UI for updating the queries

* Add update info to changelog
2023-08-16 14:08:07 +02:00

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.