When using a wildcard at the beginning of a search query, it does not seem to work and instead tries to convert the percentage sign to a url entity when the value is an int.
Any ideas on causes/solutions?
This :
{
"items": [],
"search_criteria": {
"filter_groups": [
{
"filters": [
{
"field": "sku",
"value": "\u00102074%",
"condition_type": "like"
}
]
}
]
},
"total_count": 0