This commit is contained in:
Ty Clifford
2026-07-03 17:42:16 -04:00
parent c1cb93083e
commit c5ec4f4c7e
18 changed files with 30 additions and 29 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ declare(strict_types=1);
require __DIR__ . '/../app/bootstrap.php';
$pdo = app_db();
$pageTitle = 'Medical Terminology Database | Neon Medical Tracker';
$pageTitle = 'Medical Terminology Database | Medical Tracker';
$activePage = 'terminology';
$searchQuery = trim((string) ($_GET['q'] ?? ''));
$library = library_search_payload(['q' => $searchQuery, 'limit' => 500]);