https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15048 --- Comment #18 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Marcel de Rooy from comment #16)
QA Comment: Thanks for your patch, Mason. I think it still needs some attention: [1] You add $x when indexing 655. Please note that the whole field 655 is already indexed under term Subject. (So you would only add to Index-term-genre.) But the XSLT just looks at Subject (and only with some specific settings for UseAuthoritiesForTracings and TraceSubjectSubdivisions). Normally you would search for the authority number (an). So, it does not seem to be necessary to add it. Please explain why you need it.
See updated test plan - with those settings we are specifically searching genre index and fields are needed
[2] If it should be necessary, what about $v $y and $z ?
Indeed - added -- You are receiving this mail because: You are watching all bug changes.