Confirm this is a Typescript library issue and not an underlying Cloudflare API issue
Describe the bug
DNS list with exact or endswith searching is returning 0 records.
To Reproduce
const response = await cloudflare.dns.records.list({
zone_id: this.zoneId,
name: {
exact: 'www',
},
});
console.log(response.result.length);
Code snippets
OS
macOS
Runtime version
Typescript 5.7.2
Library version
v5.0.0