On 8/5/05, Richard Schottdorf <[EMAIL PROTECTED]> wrote:
> I already encountered the next minor problems. The Searchengine refuses to
> use the german pages, even if I put default to german.
My Search only searches the language(s) selected. Field "language"
must be set, or it defaults to "en". The default is hardcoded in
search-and-results.xsp if you need to change it:
if(language.length() == 0) language = "en";
(Sorry. I had a deadline. I should have passed the pub's default
language and used that. My project adds the langauge to every URL, so
the default language is never an issue.)
Try adding:
&language=de
to the search URL. Multiple languages are separated by commas:
&language=de,en
> Also it is has problems with german letters.
We are using it with Russian. It handles Cyrillic without any
problems; it should easily handle German. Make certain everything is
saved as UTF-8.
solprovider
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]