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

Ian Bays <ian.b...@ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian.b...@ptfs-europe.com

--- Comment #4 from Ian Bays <ian.b...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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