]> git.ipfire.org Git - dbl.git/commit
search: Refactor the search process
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Jan 2026 18:30:20 +0000 (18:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Jan 2026 18:30:20 +0000 (18:30 +0000)
commita55be82ae7b2e3500ca6f2908c53c46866c9bd95
treef6ee786983f29022d394df7efbf26291b56b5eee
parentbb8e2bdeac9eb0afb830346f45399a66b5af86fa
search: Refactor the search process

In order to search for a domain and what their status is, we will need
to fetch the latest entry of the domain events table.

In order to do that, we will need to find the correct domain name
(because someone could be searching for a sub-domain).

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/dbl/__init__.py
src/dbl/api/__init__.py