small bug with locale

You need to be logged in to post messages in the forums. New users may register here.

Georg Franz

Member since:
09 January 2008

Posts: 10

Thursday 23 September 2010 3:44:22 am

Hi Ivo,

there is a small bug in
modules/ngsuggest/solrresult.php

line 37:
$language_code_cond = "+AND+meta_language_code_s:".$siteini->variable( 'RegionalSettings', 'Locale' );

should be

$language_code_cond = "+AND+meta_language_code_s:".$siteini->variable( 'RegionalSettings', 'ContentObjectLocale' );

Reason:
I am using e.g. this setting:
[RegionalSettings]
Locale=ger-DE@euro

So I am getting no results.

Best wishes,
Georg.

Best wishes,
Georg.

--
Do you like cows? - http://www.kuh.at

Up

Ivo Lukac

Member since:
09 January 2008

Posts: 19

Friday 01 October 2010 5:02:44 am

Thanks. Nice feedback :)

Changed and commited to svn.

Cheers
Up

You need to be logged in to post messages in the forums. New users may register here.