From 701007ea953870549da118fe7239d9a9e8592f1c Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 23 May 2025 23:02:38 +0200 Subject: [PATCH] config.php: better documentation for search.boards --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 49097e77..fd99dfe3 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1860,7 +1860,7 @@ // Body search filters are discarded if they make the query heavier than this. $config['search']['max_weight'] = 80; - // Boards for searching + // Uncomment to limit the search feature to the given boards by uri. //$config['search']['boards'] = array('a', 'b', 'c', 'd', 'e'); // Enable public logs? 0: NO, 1: YES, 2: YES, but drop names