SearchScope
- Print
- PDF
SearchScope
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
These are limited search settings.
Syntax
The syntax is as follows.
private String scope_target;
private Object option;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
scope_target | String | Required | Specify limited search target
|
option | Object | Optional | Object as a map to set up a limited search
|
Examples
The following is a sample search request.
{
"search": {
"price": {
"main": {
"query": "keyboard"
}
}
},
"scope": {
"dp_price": {
"range": ["1000","5000"]
},
"dp_color": {
"exist": "black"
}
}
}
Was this article helpful?