$this->fields['textExtraction'] = array('type' => 'combo', 'default' => 'pdfbox', 'editable' => true, 'label' => __("Méthode d'extraction des textes"),\r
'datas' => array(__('PDFBox') => 'pdfbox',\r
__('Poppler') => 'poppler'));\r
+ $this->fields['searchShowNoResultsPages'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __("Afficher les pages sans résultats"));\r
\r
$this->forms['search'] = array('label' => __('Moteur de recherche'),\r
- 'fieldsnames' => array('search', 'ignoreSearch', 'ignoreSearchSeparators', 'textExtraction'));\r
+ 'fieldsnames' => array('search', 'searchHideNoResultsPages', '|', 'ignoreSearch', 'ignoreSearchSeparators', 'textExtraction'));\r
\r
$this->fields['soundTheme'] = array('type' => 'combo', 'default' => 'classic', 'editable' => true, 'label' => __("Thème sonore"),\r
'datas' => array(__('Pas de son') => '',\r