forked from leftypol/leftypol
config.php: add flag_filter option, off by default
This commit is contained in:
parent
6e9d0a4e77
commit
d695ff2582
1 changed files with 3 additions and 0 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue