Please configure the Vietnamese Wikibooks to search the main, Subject (Chủ đề), Wikijunior (Trẻ em), and Cookbook (Nấu ăn) namespaces by default.
To do this, add the following entry to $wgNamespacesToBeSearchedDefault in InitialiseSettings.php:
'viwikibooks' => array( -1 => 0, 0 => 1, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, 10 => 0, 11 => 0, 12 => 0, 13 => 0, 102 => 1, 104 => 1, 106 => 1 ),
Thank you.
Version: unspecified
Severity: normal