Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Correct display of discussion names in sidebar search #31701

Merged
merged 10 commits into from Feb 22, 2024
5 changes: 5 additions & 0 deletions .changeset/rude-avocados-notice.md
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixed discussion names displaying as IDs in sidebar search results
1 change: 1 addition & 0 deletions apps/meteor/server/lib/spotlight.js
Expand Up @@ -34,6 +34,7 @@ export class Spotlight {
joinCodeRequired: 1,
lastMessage: 1,
federated: true,
prid: 1,
},
sort: {
name: 1,
Expand Down