Error when filters the listing with RestAPI

I am calling API using “Like” operator but the problem I noticed when filter value is a number Its not returning any results or sometimes return wrong results !!

api/resource/Item/?filters=[["item_name","like","%992919%"]]

Works fine for me, can you share an output with the exact string?