DNSBelgium / rdap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List results don't support a limit attribute

nasiriamini opened this issue · comments

As specified in Rdap query spec (rfc7482) one should be able to search for a domain/contact/nameservre by just providing a query pattern. In these cases provider shall return multiple results. The service can put a top limit on the number for results returned. However in such cases, provider should notify this in our response (via notices/remarks) clarifying that the result is limited to only certain number of items; i.e. 'truncated' (section 3.5 and 3.6 of RDAP Technical Implementation Guide). Despite Dnsbelgium rdap api supporting multiple results, it does not support notice/remark on the highest level for listed results.