In our website we want to implement auto complete search list using Cloudflare of KV storage
When we trying to type into text field so Cloudflare api is calling, then filter the KV storage of data as per typing text & that text passing into query sting
Now Cloudflare Api filtered data from kv storage then return filter data in response.
My Kv storage of data format is
So How to getting filter data from KV storage as per passing query string.