Re: [Koha-devel] Linking bibs to authorities

2013-10-17 Thread Fridolyn SOMERS
Hie, It is because in Zebra, exact search does not work. It can find a phrase (all words in same order) but not say if this phrase fits the entire (sub)field. This is the purpose of PQF attribut 6, but is does not work. So when linking bibs to authorities, linker will match more authorities th

Re: [Koha-devel] Linking bibs to authorities

2013-10-17 Thread Colin Campbell
On Thu, Oct 17, 2013 at 05:53:57PM +0200, Fridolyn SOMERS wrote: > Hie, > > It is because in Zebra, exact search does not work. > It can find a phrase (all words in same order) but not say if this > phrase fits the entire (sub)field. Just an vague idea but I wonder if using zebra (or similar sear

Re: [Koha-devel] Linking bibs to authorities

2013-10-17 Thread Ian Bays
Hi Fridolyn, Thank you for this. I was beginning to wonder if nobody was interested in the question. The bug you mention is a useful addition, but we achieved considerable success by correcting the contents of the default.idx (~/koha-dev/etc/zebradb/etc/default.idx) to use phrases-icu.xml fo

Re: [Koha-devel] Linking bibs to authorities

2013-10-17 Thread Galen Charlton
Hi, On Thu, Oct 17, 2013 at 9:35 AM, Colin Campbell < colin.campb...@ptfs-europe.com> wrote: > Just an vague idea but I wonder if using zebra (or similar search > utilities) for authorities is really a good idea. They are great for > general bib search where you want to find more, even unexpected

Re: [Koha-devel] Linking bibs to authorities

2013-10-17 Thread Martin Renvoize
Hi Galen, The patch in question that Ian mentions regarding adding phrases config to zebra for dom with icu.. which also heavily affects the authority linking results that he is talking about is under bug: 10729. I'm just about to update the bug with a description so it can be seen the two things

Re: [Koha-devel] Linking bibs to authorities

2013-10-17 Thread Mathieu Saby
Hi Your discussion is beyond my understanding of Zebra, but if some changes are needed to marcflavor specific conf files, please consider not doing the changes only for MARC21. Now we have a freshly working UNIMARC DOM indexing, bugs about DOM must also take UNIMARC into consideration if it is

Re: [Koha-devel] Linking bibs to authorities

2013-10-17 Thread Galen Charlton
Hi, On Thu, Oct 17, 2013 at 1:10 PM, Mathieu Saby wrote: > Your discussion is beyond my understanding of Zebra, but if some changes > are needed to marcflavor specific conf files, please consider not doing the > changes only for MARC21. > Now we have a freshly working UNIMARC DOM indexing, bugs

Re: [Koha-devel] Linking bibs to authorities

2013-10-17 Thread Martin Renvoize
Taking a quick look at Colin's patch, I don't see anything MARC21 specific in it.. It's mostly an addition to the MakeFile.pl to add the a default phrases-icu.xml config file to the system (whether that be MARC21, UNIMARK or even NORMARK). It's a simple patch which doesn't touch the linking script