http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11232 --- Comment #25 from David Cook <dcook@prosentient.com.au> --- (In reply to Tomás Cohen Arazi from comment #24)
(In reply to David Cook from comment #20)
Latest trial...
Facets seem to work great with my package install but not with my tarball dev install. ... <term coccur="4" occur="2">+I7</term> <term coccur="4" occur="1">+I7</term> </facet> </record>
--
Will have to look into possible causes for this...
David, the problem with your setup is that you inadvertedly set ICU for the :0 index which you shouldn't.
Just set:
icuchain words-icu.xml
for 'index w' and 'index p'.
We are using the :0 index for display purposes, so no comparisson or order definition is in place.
I think it is time to start coding :-D
Thanks for all that info, Tomas! You're the best! However, I don't believe that I have ICU set for the :0 index. I only have icuchain words-icu.xml set up for 'index w' and 'index p'. Here's what I have in my default.idx for "index 0": # Null map index (no mapping at all) # Used if structure=key (@attr 4=3) index 0 completeness 0 position 1 charmap @ Here's the diagnostic message I get when I try to use "index 0": Records: 1 Diagnostic message(s) from database: [25] Specified element set name not valid for specified database -- v2 addinfo '' I get the same message when I try with my non-ICU system :/. -- You are receiving this mail because: You are watching all bug changes.