Hey Kyle.
Thanks for trying, but this does NOT work with publishable_status.
I have tried the following:
publishable_status:‘6304021’:published
publishable_status:‘6304021:published’
publishable_status:‘6304021-published’
publishable_status:6304021:published
You are correct wrapping in quotes changes it to match_phrase, but with the feature we are trying to use this is the response:
"search": [
{
"path": [
"collections"
],
"query": "publishable_status:'6304021':published",
"parsed": {
"and": [
{
"field": "default",
"match_all": "published"
},
{
"field": "publishable_status",
"match_phrase": "6304021"
}
]
},
"warnings": [
{
"field": "publishable_status",
"message": "Input `6304021` is not an accepted value."
}
]
}
]
Edit: We are trying to use publishable_status as its available on both products & collections.