Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix prefix search first seen #28

Open
lanrat opened this issue Oct 1, 2021 · 1 comment
Open

fix prefix search first seen #28

lanrat opened this issue Oct 1, 2021 · 1 comment
Assignees

Comments

@lanrat
Copy link
Member

lanrat commented Oct 1, 2021

prefix search: populate first_seen on first_imports, here and elsewhere
ex: https://dns.coffee/search/prefix/active/NIC

Can use first_import as first_seen for zones because all the new TLDs where created after I started indexing the root. (double check that the logic fully applies).

@lanrat
Copy link
Member Author

lanrat commented May 27, 2022

The issue here is to fix the blank or missing "First Seen" dates.

In the DB schema, I leave first_seen null if the record was present on the first import for the given zone, and the zone was not newly created (in DNS). However, for only the purposes of this search prefix page, we can populate the missing "First Seen" fields with the dates of the first import for the zone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant