-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define and implement final shape of the state #1581
Comments
@vvo, @bobylito: Here is an example of state with all of our connectors used. Is everything ok for you? {
"range": {
"price": {
"min": "200",
"max": "500"
}
},
"refinementList": {
"colors": [
"White",
"High gloss gray",
"Black-brown",
"High gloss white",
"Walnut effect"
]
},
"hierarchicalMenu": {
"category": "Bathroom"
},
"hitsPerPage": "2",
"menu": {
"type": "High cabinet with mirror door, black-brown"
},
"multiRange": {
"price": "100:500"
},
"toggle": {
"materials": "on"
},
"sortBy": "index_name",
"query": "chair",
"page": 2
} |
For a first iteration, this looks good. We will iterate if needed on it. go! |
It seems that only |
Yes this is not consistent right? |
State for toggle should be 1 or 0 too, not "on" "off", "on" and "off" could be non relevant token givent the attribute name manipulated. |
The text was updated successfully, but these errors were encountered: