discourse/app
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
..
assets DEV: Update Twitter meta tags while navigating in app (#19468) 2022-12-14 14:33:09 -05:00
controllers FEATURE: show user status on group pages (#19323) 2022-12-14 13:18:09 +04:00
helpers FEATURE: Optionally allow a separate s3_asset_cdn_url to be specified (#19284) 2022-12-08 10:36:20 +00:00
jobs DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
mailers SECURITY: Filter tags in user notifications for visibility (#19239) 2022-11-29 10:35:41 -06:00
models FEATURE: Differentiate notification type for directly vs indirectly watched topic (#19433) 2022-12-14 10:22:26 +11:00
serializers FEATURE: show user status on group pages (#19323) 2022-12-14 13:18:09 +04:00
services FEATURE: Sort hashtags starting with term higher priority (#19463) 2022-12-15 13:01:44 +10:00
views FIX: Broken images on subfolder installs (#19404) 2022-12-09 11:24:12 -07:00