From d695ff2582d66ad58aacc6dc14926e95d79b4243 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 8 Jul 2025 21:08:02 +0200 Subject: [PATCH] config.php: add flag_filter option, off by default --- inc/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/config.php b/inc/config.php index 2f43f614..2f050c05 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1864,6 +1864,9 @@ // Characters beyond the limit are truncated and ignored. $config['search']['max_length'] = 768; + // Enable the flag search filter. + $config['search']['flag_filter'] = false; + // Uncomment to limit the search feature to the given boards by uri. //$config['search']['boards'] = array('a', 'b', 'c', 'd', 'e');