discourse/plugins/chat/spec/lib
Martin Brennan ec9ec1e04e
FEATURE: Sort hashtags starting with term higher priority (#19463)
This introduces another "section" of queries to the
hashtag autocomplete search, which returns results for
each type that start with the search term. So now results
will be in this order, and within these sections ordered
by the types in priority order:

1. Exact matches sorted by type
2. "starts with" sorted by type
3. Everything else sorted by type then name within type
2022-12-15 13:01:44 +10:00
..
chat_channel_archive_service_spec.rb
chat_channel_fetcher_spec.rb FEATURE: Generic hashtag autocomplete lookup and markdown cooking (#18937) 2022-11-21 08:37:06 +10:00
chat_channel_hashtag_data_source_spec.rb FEATURE: Sort hashtags starting with term higher priority (#19463) 2022-12-15 13:01:44 +10:00
chat_channel_membership_manager_spec.rb
chat_message_bookmarkable_spec.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
chat_message_reactor_spec.rb
chat_notifier_spec.rb FEATURE: Enforce mention limits for chat messages (#19034) 2022-12-06 14:54:04 -03:00
chat_review_queue_spec.rb FIX: Add editing user ids to ChatMessage and ChatMessageRevision (#18877) 2022-11-07 09:04:47 +10:00
chat_statistics_spec.rb
chat_transcript_service_spec.rb
direct_message_channel_creator_spec.rb FEATURE: introduces `chat_max_direct_message_users` setting (#18997) 2022-11-15 10:40:28 +01:00
duplicate_message_validator_spec.rb
guardian_extensions_spec.rb DEV: Use guardian user for can_chat? (#19418) 2022-12-13 09:14:17 +10:00
message_mover_spec.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
post_notification_handler_spec.rb
slack_compatibility_spec.rb