Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions en/modules/e-commerce/saved-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,14 @@ <h4 id="feed-saved-search">Feed saved searches</h4>
</p>

<pre>{% highlight json %}
{"put": "id:saved_search:saved_search::search1", "fields": {
[
{"put": "id:saved_search:saved_search::search1", "fields": {
"filters": "price in [20..100] and category in [Sports, Books]"
}}
{"put": "id:saved_search:saved_search::search2", "fields": {
}},
{"put": "id:saved_search:saved_search::search2", "fields": {
"filters": "price in [200..487] and category in [Electronics]"
}}
}}
]
{% endhighlight %}</pre>

<h4 id="feed-product-notification">Feed a product to the notification route</h4>
Expand Down