fix pagination bug for domains with a big zone file
the same pagination bug that happens for accounts with a large number of domains also happens for DNS zones with a large number of records. The previous code assumes that all records are returned in a single page. Changed the code to do an exact match search so that it returns only the few required records and never paginates replies.pull/5172/head
parent
4f96a2a667
commit
d3cf3f7a5c
Loading…
Reference in New Issue