Skip to content

Commit

Permalink
docs(search): fashion_sizes parameter js
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr_Zavadkin <[email protected]>
  • Loading branch information
gochicus committed Jun 20, 2024
1 parent 74e4e72 commit c20e059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/_search.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ sdk.search({
## Full search

```javascript
<%= config[:js_sdk_name] %>("search", {search_query: "To be or not to be", page: 2, limit: 15, brands: ["Alas", "poor", "Yorick"], categories: [1, 146, 100500], filters: {'key':['value'], 'key':['value']}, merchants: ['merchant1', 'merchant2'], sort_by: "price", order: "asc"}, function(response) {
<%= config[:js_sdk_name] %>("search", {search_query: "To be or not to be", page: 2, limit: 15, brands: ["Alas", "poor", "Yorick"], categories: [1, 146, 100500], filters: {'key':['value'], 'key':['value']}, merchants: ['merchant1', 'merchant2'],fashion_sizes:['L','XXL'], sort_by: "price", order: "asc"}, function(response) {
// the functionality of rendering a block of full search
}, function(error) {
// when something went wrong
Expand Down

0 comments on commit c20e059

Please sign in to comment.