config.php: add flag_filter option, off by default

This commit is contained in:
Zankaria 2025-07-08 21:08:02 +02:00
parent 6e9d0a4e77
commit d695ff2582

View file

@ -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');