From 7ab032fa3fbe48bbc554b8f15a6ff931660814af Mon Sep 17 00:00:00 2001 From: nellistc Date: Sat, 4 Nov 2023 07:31:21 +1100 Subject: [PATCH] Update global search, add client to domain search results Show client name and link to client overview in domain search results --- global_search.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/global_search.php b/global_search.php index b24307d8..70a3e552 100644 --- a/global_search.php +++ b/global_search.php @@ -261,6 +261,7 @@ if (isset($_GET['query'])) { Name Expiry + >Client @@ -271,10 +272,13 @@ if (isset($_GET['query'])) { $domain_expiry = nullable_htmlentities($row['domain_expire']); $domain_id = intval($row['domain_id']); $client_id = intval($row['client_id']); + $client_name = nullable_htmlentities($row['client_name']); + ?> +