https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947

--- Comment #57 from David Cook <[email protected]> ---
I just finished writing and polishing this...

And I realize the LC_COLLATE thing is controversial, since it's a system-level
thing and not an instance-level thing.

A system preference or a koha-conf.xml config is probably the way to go. We'd
look it up in Koha/SearchEngine/Elasticsearch/Search.pm and pass it into the
_sort_facets() function using the "locale" parameter.

--

I was going to say that since it's a system level thing and something that
shouldn't be changed by librarians, I thought koha-conf.xml would be better.

But... if we used the system preference, then people could override it using
VirtualHost directives in Apache, so that different front-ends use different
locales.

I'm really not too fussed... the main reason I did this patch was out of the
goodness of my heart (or perhaps intellectual vanity or perhaps both), so I'm
happy to be led by others here on the configuration side of things.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to