[Koha-bugs] [Bug 8620] Barcode searching not working correctly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 1 15:14:14 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8620

Ian Bays <ian.bays at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian.bays at ptfs-europe.com

--- Comment #4 from Ian Bays <ian.bays at ptfs-europe.com> ---
It seems the line "all any" in record.abs is not carried through to the dom xml
and xsl files used.
Another workaround to add barcode back in to the general search is to add the
"any" index for the barcode in record.abs, re-generate the xml and xsl then
rebuild the zebra indexes.
So the line in record.abs:

melm 952$p      barcode,barcode:n

becomes:

melm 952$p      barcode,barcode:n,any:w

Then follow the wiki to remake xml and xsl (don't just copy/paste as the
example is unimarc):
http://wiki.koha-community.org/wiki/Switching_to_dom_indexing

It still does not explain how other main fields are retrieved with "any" but
have no explicit "any" index in record.abs, but at least it is not changing the
code only to be changed back when fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list