Search function is not working properly

Hi Dear,

We are using swifttype for searching, but there is some issue with the search results like:

when we search = ht2635, it returns the result,
https://api.swiftype.com/api/v1/public/engines/suggest.json?callback=jQuery112405894213207028338_1573726696719&q=ht2635&engine_key=LrBM6h3n5U7mhwTE6Rt-&per_page=12&_=1573652524917

but when we search = 2635, it returns the no result,
https://api.swiftype.com/api/v1/public/engines/suggest.json?callback=jQuery112405894213207028338_1573726696719&q=2635&engine_key=LrBM6h3n5U7mhwTE6Rt-&per_page=12&_=1573652524917

it should return the results because we removed the ‘ht’ from ‘ht2635’, or please let us know if there is any additional parameter in order to implement the like query.

thanks

What data type is your product_sku field, I think only string types would do fuzzy matching? Site Search Engine Schema Design Guide | Swiftype Documentation

its string, in swiftype admin panel, we are getting result, but api not returning as i mentioned below:

when we search = ht2635, it returns the result,
https://api.swiftype.com/api/v1/public/engines/suggest.json?callback=jQuery112405894213207028338_1573726696719&q=ht2635&engine_key=LrBM6h3n5U7mhwTE6Rt-&per_page=12&_=1573652524917

but when we search = 2635, it returns the no result,
https://api.swiftype.com/api/v1/public/engines/suggest.json?callback=jQuery112405894213207028338_1573726696719&q=2635&engine_key=LrBM6h3n5U7mhwTE6Rt-&per_page=12&_=1573652524917

admin side result of ‘2635’