feat(search): include user profiles in global search results
Add users group to global search API and frontend types Query users by display name and link to their public profiles Update system wordings for the new search group
This commit is contained in:
@@ -325,7 +325,8 @@ export type GlobalSearchGroupType =
|
||||
| 'ancient-artifacts'
|
||||
| 'recipes'
|
||||
| 'daily-checklist'
|
||||
| 'life';
|
||||
| 'life'
|
||||
| 'users';
|
||||
|
||||
export interface GlobalSearchItem {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user