mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user