[Koha] Hold - available items in other libraries

2017-09-24 Thread nikesh
Hi, Our University (https://opac.kustar.ac.ae/) has 6 branch libraries. We would like to set up the hold (circulation rule) in the following way - Do not allow hold if an item is available in the home library but allow hold for available items in other libraries. Is there any way to do like tha

[Koha] Title search in KOHA

2017-09-24 Thread nikesh
Hi, Author results also appears when I limit my search to title only. I think it appears because KOHA indexing treats statement of responsibility as part of title. How can I edit zebra indexing to get rid of that ? Example : I searched for Shakespeare in Title but document with Shakespeare as an

Re: [Koha] Title search in KOHA

2017-09-24 Thread Karam Qubsi
Hi Nikesh , You may check this file for mappings : https://github.com/Koha-Community/Koha/blob/master/etc/zebradb/marc_defs/marc21/biblios/recorad.abs I've tested some of your results and as I understand from that mapping the results are correct according to mappings there for example this record

Re: [Koha] Title search in KOHA

2017-09-24 Thread nikesh
Many thanks Karam. I don't know much about Zebra indexing and how it works. But I have one doubt regarding this. Tag 505 represent formatted content. Actually when we limit to title, it should take only from Tag 245 . Tag 245 indexing are given as follows in the document melm 245$a Title-cover

Re: [Koha] Hidding branch

2017-09-24 Thread Hugh Rundle
Hi Luis Kelly's solution will hide items from those branches, but not the option in the pulldown menu itself. You can remove the option in the pulldown putting this line in OPACUserJS: $("#branchloop option[value='branch:BRANCHCODE']").hide(); In the JQuery Library there is another possibility