Comment 5 for bug 115644

Revision history for this message
Robert Frießleben (robertfriessleben) wrote :

I think, the Problem for creating index is in
/usr/bin/khc_docbookdig.pl on line 59
---8<-----------------------------
if ( !$lang ) { $lang = "en"; }
----------------------------->8---
because --lang will not be set when calling khc_docbookdig.pl for creating a searchindex.
This could be solved by retrieving the userlanguage from %ENV.

But in Search there is another Problem, because --lang is set to en, so even if you indexed the right HTML files (in my case "de") khc_docbookdig.pl would not search in it.