Summary: | Search: Language restriction does NOT show expected results (no items shown) | ||
---|---|---|---|
Product: | Koha | Reporter: | Marc Véron <veron> |
Component: | OPAC | Assignee: | Marc Véron <veron> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, m.de.rooy, marc, paul.poulain, veron |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 7586 - Search: Language restriction does NOT show expected results (no items shown)
Bug 7586 - Search: Language restriction does NOT show expected results (no items shown) |
Description
Marc Véron
2012-02-23 16:26:11 UTC
Created attachment 9983 [details] [review] Bug 7586 - Search: Language restriction does NOT show expected results (no items shown) modified: etc/zebradb/marc_defs/marc21/biblios/record.abs Created attachment 9989 [details] [review] Bug 7586 - Search: Language restriction does NOT show expected results (no items shown) modified: etc/zebradb/marc_defs/marc21/biblios/record.abs Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> QA Comment: Good catch, Marc. Simple but effective change. Looks good. Passed QA Note: I am lowering the priority. This is not that critical ;) QA comment: really tiny patch, that just move ln:n:range(data,35,3) to ln:w:range(data,35,3) in a very long line. passed QA Not a so minor bugfix, worth porting to 3.8.x (and be announced in the release notes, as it requires a copy of .abs file and full reindexing IMPORTANT NOTICE: Yesterday, I pushed the DOM indexing patch, that replaces, for new setup, record.abs to biblio-koha-indexdef.xml If I'm not wrong, the patch must also be ported here: <index_control_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="008" offset="35" length="3"> <target_index>ln:n</target_index> => it should be <index_control_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="008" offset="35" length="3"> <target_index>ln:w</target_index> isn't it ? There have been no further reports of problems so I am marking this bug resolved. |