1 Nov
2024
1 Nov
'24
5 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36991 --- Comment #7 from Janusz Kaczmarek <januszop@gmail.com> --- (In reply to Marcel de Rooy from comment #4)
+ 'callnum' => 'local-classification',
And yet another one :) Wouldnt something like callnum(ber) not be easier?
This is for consistency. We have 'callnum' in indexex list in C4::Search, we call it callnum in ccl.properties. Search string for callnumber resulting from advanced search has idx=callnum etc. And internal name of the ES search field is 'local-classification', so we need the mapping. -- You are receiving this mail because: You are watching all bug changes.