discourse/app/assets/javascripts/admin/addon
Blake Erickson 26b3c63c74
DEV: Tighten up fuzzy search site setting results (#23176)
Sometimes the fuzzy search would return too many site setting results
making it hard to find what you are searching for. This change still
allows for fuzzy searching but tightens up the criteria for being a
fuzzy match.

One example is searching for 'cheer', a term associated with a plugin,
previously returned ~55 search results. With this change it will return
~13 (Actual numbers depend on how many plugins your instance has).

Another example is searching for 'digest'. Previously returned ~37
results and now will return ~14.

Follow up to: e63e193a0a

See also: https://meta.discourse.org/t/276013
2023-08-21 19:04:57 -06:00
..
adapters DEV: Migrate remaining admin classes to native syntax (#20717) 2023-03-17 12:25:05 +00:00
components FIX: Display 'shown on X' user field flags (#23109) 2023-08-15 15:59:04 -05:00
controllers DEV: Tighten up fuzzy search site setting results (#23176) 2023-08-21 19:04:57 -06:00
helpers DEV: Migrate remaining admin classes to native syntax (#20717) 2023-03-17 12:25:05 +00:00
lib DEV: Add support for uploads to form templates (#22232) 2023-06-28 12:49:05 -07:00
mixins DEV: Convert site-setting-default-categories modal to component-based API (#22968) 2023-08-10 10:31:34 +01:00
models DEV: Add endpoint for dismissing outdated translations (#22509) 2023-07-19 23:06:13 +08:00
routes DEV: Update replaceWith on Route (#23153) 2023-08-21 16:53:54 -05:00
services DEV: Convert penalize-user modal to component-based API (#22960) 2023-08-14 13:02:54 -05:00
templates DEV: Introduce declarative hide-application-footer helper (#23088) 2023-08-17 12:47:08 +01:00