diff --git a/src/Core/Search.php b/src/Core/Search.php index 8b114a468c..4b3bb1c7cf 100644 --- a/src/Core/Search.php +++ b/src/Core/Search.php @@ -87,7 +87,7 @@ class Search $user_data['network'], $contactDetails['cid'] ?? 0, $user_data['id'], - $user_data['tags'] + $user_data['keywords'] ); return new ResultList(1, 1, 1, [$result]); @@ -286,4 +286,4 @@ class Search return 'search?q=' . urlencode($search); } } -} \ No newline at end of file +}