FEATURE: Fuzzy search in site settings and raise limit to 100 matches (#21572)

We have been struggling lately finding site settings due to 30 setting limit

This was introduced for performance reasons a while back but is no longer as
needed given that ember is faster.

Additionally searching is hard, so allow people to use fuzzy search against
setting name.
This commit is contained in:
Sam
2023-05-16 18:23:05 +10:00
committed by GitHub
parent b596e54a39
commit e63e193a0a
4 changed files with 111 additions and 32 deletions

View File

@@ -6056,7 +6056,9 @@ en:
label: "Add Emoji"
title: "Settings"
no_results: "No results found."
more_than_30_results: "There are more than 30 results. Please refine your search or select a category."
more_site_setting_results:
one: "There is more than %{count} result. Please refine your search or select a category."
other: "There are more than %{count} results. Please refine your search or select a category."
clear_filter: "Clear"
add_url: "add URL"
add_host: "add host"