🚀 [Feature] Search for Users/Persons
Created by: Tirokk
Authored by alina-beck Closed
🚀 Feature
reported by @ulfgebhardt
Problem
I would like to search for persons. At the moment I only get posts as search results:
Implementation
To the current search functionality we add the following:
- we search our user database for the given keyword – in both the
name
and theslug
- we display the found users below the found posts
- we display titles to separate posts from users
- when selecting a
user
result we redirect to this user's profile page
Design
Additional context
This is Step 1 in our search implementation – see #2146.