discourse/app/assets/javascripts/admin/addon/lib
Ted Johansson b056f9538b
DEV: Improve site setting search ranking (#32461)
This change does a couple of things.

Change in behaviour:

- Matches on the site setting name and keywords now get a higher ranking in search results.
- When counting gaps for ranking fuzzy matches, we no consider the smallest number of gaps.

Code organization:

- Extract a separate SiteSettingMatcher object for the matching logic.
- Flatten some conditionals to make control flow clearer.
- Higher weight now means higher in search results.
2025-04-28 16:58:27 +08:00
..
constants.js FEATURE: fonts section for branding page (#32031) 2025-04-07 10:28:42 +08:00
hex-to-rgba.js DEV: Convert admin charts to glimmer/gjs (#28271) 2024-08-23 14:59:56 +02:00
setting-object-helper.js DEV: Move discourse-common/(utils|lib) to discourse/lib (#30733) 2025-01-13 13:02:49 +00:00
site-setting-filter.js DEV: Improve site setting search ranking (#32461) 2025-04-28 16:58:27 +08:00
site-setting-matcher.js DEV: Improve site setting search ranking (#32461) 2025-04-28 16:58:27 +08:00
template-form-fields.js FEATURE: Implement tag group selection in dropdown and multi-select for topic creation and preview when using Form Templates (#32108) 2025-04-17 08:38:03 -05:00