-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
[new] global search across channel #7274
Conversation
Anything going on with this PR? |
RocketChat.MessageAction.hideDropDown(); | ||
return RoomHistoryManager.getSurroundingMessages(message, 50); | ||
window.setTimeout(() => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahh, if the connection isn't very good, it sometimes takes some time to go to other room, and it was giving errors, is there a promise or callback which I can use?
I tried without setTimeout
because this feels very dirty, it worked the first time because it was instant, then it stopped working.
Hey @cyberhck, thanks for the Pull Request! |
@gdelavald I was definitely thinking that. I looked into slack and other chats, there were only global ones, and since I'm poor in designing, I wasn't so sure whee to put the checkbox in :) If you have any suggestions, I'd be more than happy to update. |
Okay, I'll keep add this to my do list for tonight :) thanks for feedback |
I've been quite busy lately, I'll give this a go again when I have a little breathing room, or if anyone else wants to take it from here, I'm okay with that, (don't care for the bounty, whoever finishes may take it 🙂 ) |
I have added $200 to the bounty - https://www.bountysource.com/issues/28998888-global-search-across-channels |
@RocketChat/core
Closes #1615
it's really difficult to explain with screenshots, basically this PR enables global search without breaking existing functionality. One optional parameter is now passed to enable global search.
This is my first time doing meteor, so I will need a review.
If there are any changes you'd like, please let me know and I'll fix it.
Thanks.