-
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
[IMPROVE] Always shows the exact match first on user's and room's autocomplete for mentions and on sidebar search #16394
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…exact_search * 'develop' of github.com:RocketChat/Rocket.Chat: [NEW] Check the Omnichannel service status per Department (#16425) [IMPROVE] Show more information related to the Omnichannel room closing data (#16414) Fix index creation for apps_logs collection (#16401) Revert message properties validation (#16395) [FIX] Rooms not being marked as read sometimes (#16397) Update apps engine to 1.12.0-beta.2496 (#16398) [FIX] Container heights (#16388) Regression: App deletion wasn’t returning the correct information (#16360) [BREAK] Remove deprecated publications (#16351) [IMPROVE] Update katex version (#16393) [FIX] Mail Msg Cancel button not closing the flexbar (#16263) [FIX] Highlight freezing the UI (#16378)
…exact_search * 'develop' of github.com:RocketChat/Rocket.Chat: (178 commits) [IMPROVE] Add option to require authentication on user's shield endpoint (#16845) [FIX] Custom OAuth Bug (#16811) [FIX] Integrations page pagination (#16838) fix: livechat/facebook missing visitor data after registerGuest (#16810) [FIX] Invite links counting users already joined (#16591) [FIX] No settings to be displayed if search not found (#16255) [FIX] Removed some hardcoded texts (#16304) [FIX] Cannot unfollow message from thread's panel (#16560) Add Enterprise Edition license (#16801) [FIX] Fallback content-type as application/octet-stream for FileSystem uploads (#16776) [IMPROVE] Apps-engine E2E tests (#16781) [FIX] Remove spaces from i18n placeholders to show Personal access token (#16724) [NEW] SAML config to allow clock drift (#16751) [FIX] Slash command preview: Wrong item being selected, Horizontal scroll (#16750) [FIX] Cannot pin on direct messages (#16759) [FIX] Get all channels from Slack via REST API (#16767) LingoHub Update 🚀 (#16837) [FIX] Flextab information is not working when clicking on visitor or agent username in Omnichannel messages (#16797) Update Node to 12.16.1 [NEW] Update Meteor to 1.9.2 (#16718) ...
ggazzo
approved these changes
May 20, 2020
rodrigok
changed the title
[FIX] Exact Search
[IMPROVE] Always shows the exact match first on user's and room's autocomplete for mentions and on sidebar search
May 20, 2020
ggazzo
added a commit
that referenced
this pull request
May 21, 2020
…ession/status-color * 'develop' of github.com:RocketChat/Rocket.Chat: [IMPROVE] Remove index files from action-links, accounts and assets (#17607) [FIX] Remove a non working setting "Notification Duration" (#15737) Update Apps-Engine version (#17706) Regression: Click to join button not working (#17705) [IMPROVE] Always shows the exact match first on user's and room's autocomplete for mentions and on sidebar search (#16394) [NEW] API endpoint to fetch Omnichannel's room transfer history (#17694) Fix typo "You aren't part of any channel yet" (#17498) [IMPROVE] Display status information in the Omnichannel Agents list (#17701) [NEW] Option to remove users from RocketChat if not found in Crowd (#17619) [FIX] Elements of "Personal Access Tokens" section out of alignment and unusable on very small screens (#17129) Regression: Integrations edit/history crashing (#17702) [FIX] Allow owners to react inside broadcast channels (#17687) Regression: User edit form missing fields (#17699) [FIX] Default filters on Omnichannel Current Chats screen not showing on first load (#17522) Update Helper.js (#17700) [FIX] UI KIT Modal Width (#17697) Update Contributing Guide (#17653)
ggazzo
added a commit
to ritwizsinha/Rocket.Chat
that referenced
this pull request
May 21, 2020
…6537-ritwizsinha-Issue#16499 * 'develop' of github.com:RocketChat/Rocket.Chat: (428 commits) Regression: Status presence color (RocketChat#17707) [IMPROVE] Remove index files from action-links, accounts and assets (RocketChat#17607) [FIX] Remove a non working setting "Notification Duration" (RocketChat#15737) Update Apps-Engine version (RocketChat#17706) Regression: Click to join button not working (RocketChat#17705) [IMPROVE] Always shows the exact match first on user's and room's autocomplete for mentions and on sidebar search (RocketChat#16394) [NEW] API endpoint to fetch Omnichannel's room transfer history (RocketChat#17694) Fix typo "You aren't part of any channel yet" (RocketChat#17498) [IMPROVE] Display status information in the Omnichannel Agents list (RocketChat#17701) [NEW] Option to remove users from RocketChat if not found in Crowd (RocketChat#17619) [FIX] Elements of "Personal Access Tokens" section out of alignment and unusable on very small screens (RocketChat#17129) Regression: Integrations edit/history crashing (RocketChat#17702) [FIX] Allow owners to react inside broadcast channels (RocketChat#17687) Regression: User edit form missing fields (RocketChat#17699) [FIX] Default filters on Omnichannel Current Chats screen not showing on first load (RocketChat#17522) Update Helper.js (RocketChat#17700) [FIX] UI KIT Modal Width (RocketChat#17697) Update Contributing Guide (RocketChat#17653) LingoHub based on develop (RocketChat#17693) [NEW] Added custom fields to Add/Edit user (RocketChat#17681) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #3145
Changed the 'spotlight' method so that it searches first for the exact text, making it so that usernames or room names with few characters can be properly searched.