mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-19 23:59:35 +05:30
(feat): added no results found message
This commit is contained in:
@@ -62,7 +62,7 @@ function fetch_search_results($conn, $keyword) {
|
||||
return $result;
|
||||
}
|
||||
else {
|
||||
return array('results' => 'none');
|
||||
return array('results' => 'none', 'message' => ': ( No Results Found');
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user