1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 01:09:35 +05:30

(feat): added profiles to search results

This commit is contained in:
2023-11-19 20:46:14 +05:30
parent cf1a410013
commit 348a8d7ea1
3 changed files with 49 additions and 1 deletions

View File

@@ -17,7 +17,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$results_projects = fetch_search_results_projects($conn, $keyword),
$results_socials = fetch_search_results_socials($conn, $keyword),
$results_pages = fetch_search_results_pages($conn, $keyword),
$results_quickactions = fetch_search_results_quickactions($conn, $keyword)
$results_quickactions = fetch_search_results_quickactions($conn, $keyword),
$results_profiles = fetch_search_results_profiles($conn, $keyword)
];
$results = [];