RocketChat / RocketChat/Rocket.Chat.ReactNative

Don't display the RealName in the search menu

Open
#2,653 8 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
2.4k
Forks
1.5k
Avg merge
1d 18h
Merged PRs (30d)
90

Description

Description:

When you search a user on mobile app by the search menu, it display the username (uid for us) of the user not the realname. (The function use real name is enable on the server). It works only by the directory menu.

We have the same behavior on Android and IOS.

Environment Information:
  • Rocket.Chat Server Version: 3.8.0
  • Rocket.Chat App Version: 4.11.0.2137
  • Device Name: Android/MacOS
  • OS Version: Android 7.0
Steps to reproduce:
  1. Touch search icon
  2. Type a name
  3. It display username field (uid for us)
Expected behavior:

The result of the research display by real name

Actual behavior:

The result of the research display by username

Additional context:

mobile1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the mobile search menu and compare its user result display with the directory menu, where real names already work. Reproduce the search on Android and iOS with the server's real-name setting enabled; done means search results display the user's real name instead of the username.

Written by the indexing model from the issue text.

Assessment

Tech stack
react-native, typescript
Domain
mobile, search
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.