Dear Mr. Calyx / Makeke I agree with Mr. Calyx, advance search is where you will find barcode based search of your collection.
But I had another problem, if enter a barcode it display me the exact title instead it display me all the titles with barcode number prefix or suffix to my search. How to resolve this kind of issue. Thanks and Regards R Sunil Kumar Library Technologist -----Original Message----- From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of koha-requ...@lists.katipo.co.nz Sent: 11 April 2012 21:01 To: koha@lists.katipo.co.nz Subject: [SPAM]- Koha Digest, Vol 78, Issue 23 Send Koha mailing list submissions to koha@lists.katipo.co.nz To subscribe or unsubscribe via the World Wide Web, visit http://lists.katipo.co.nz/mailman/listinfo/koha or, via email, send a message with subject or body 'help' to koha-requ...@lists.katipo.co.nz You can reach the person managing the list at koha-ow...@lists.katipo.co.nz When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..." Today's Topics: 1. Searching by the exact barcode in cataloguing (Ephraim Makeke) 2. Re: Searching by the exact barcode in cataloguing (Bob Birchall) 3. Re: Kohacon13, was: KUDOS 2012 (Bob Birchall) 4. Re: rebuild zebra prob (Ian Bays) 5. software error (shahas) 6. Re: KUDOS 2012 (Tomas Cohen Arazi) 7. Re: Kohacon13, was: KUDOS 2012 (Marijana Glavica) 8. Re: rebuild zebra prob (G. Laws) ---------------------------------------------------------------------- Message: 1 Date: Wed, 11 Apr 2012 09:11:25 +0200 From: Ephraim Makeke <make...@msu.ac.zw> To: koha@lists.katipo.co.nz Subject: [Koha] Searching by the exact barcode in cataloguing Message-ID: <20120411091124.112077j3nrs5mfto@10.10.1.10> Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Hi All For purposes of quality control, we would like our cataloguers to search an exact barcode and to get the exact record matching that barcode. Now, in the KOHA system, is there a place where we can set parameters to search by an exact barcode? Ephraim Makeke Ephraim Makeke Senior Assistant Librarian - Library ICT Midlands State University Library P. Bag 9055 Gweru Zimbabwe Tel: 263 54 260445 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------ Message: 2 Date: Wed, 11 Apr 2012 18:28:48 +1000 From: Bob Birchall <b...@calyx.net.au> To: koha@lists.katipo.co.nz Subject: Re: [Koha] Searching by the exact barcode in cataloguing Message-ID: <4f8540c0.4080...@calyx.net.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 11/04/12 17:11, Ephraim Makeke wrote: > Hi All > > For purposes of quality control, we would like our cataloguers to > search an exact barcode and to get the exact record matching that > barcode. Now, in the KOHA system, is there a place where we can set > parameters to search by an exact barcode? Hi Ephraim, On the Advanced Search page, just enter the barcode as a keyword and you should get the result you are looking for. In fact, the drop down the menu at Keyword includes 'Barcode' as a specific option. I hope this helps, Bob Birchall Calyx ------------------------------ Message: 3 Date: Wed, 11 Apr 2012 19:07:07 +1000 From: Bob Birchall <b...@calyx.net.au> To: koha@lists.katipo.co.nz Subject: Re: [Koha] Kohacon13, was: KUDOS 2012 Message-ID: <4f8549bb.80...@calyx.net.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 11/04/12 00:26, Lori Bowen Ayre wrote: > Brooke, > > As you mentioned somewhere in this thread, I think it would be lovely > to have everyone come to my lovely little home town of Petaluma, CA. > We have a small Sheraton Convention Center space that would > accommodate everyone and they'd love to have us. There's also a > retreat space, Walker Ranch, that might work (but I haven't checked that one out for KohaCon). > > We have lots of great places to eat, a music venue, and its small and > manageable. One hour from both Oakland and SF airports with a direct > shuttle available to get here. Not really any public transportation > once you get here though.... And the only places to stay are the > Sheraton and the Metro and a Motel 6 or something. Although by 2014, > there may be another hotel that is in the work which should be very cool. > > Here's a nice page about Petaluma: http://www.visitpetaluma.com/ West Coast ++ Near SF? Sounds good to me. :) Bob ------------------------------ Message: 4 Date: Wed, 11 Apr 2012 09:22:27 +0100 From: Ian Bays <ian.b...@ptfs-europe.com> To: "G. Laws" <glaw...@rhcl.org> Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] rebuild zebra prob Message-ID: <4f853f43.2030...@ptfs-europe.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi Greg, This should be the right PERL5LIB: echo $PERL5LIB /home/koha/kohaclone What does the end of the output from: perl -v give? It should be like this: %ENV: PERL5LIB="/home/koha/kohaclone" @INC: /home/koha/kohaclone /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl It will end up being something obvious. Would you need to: export PERL5LIB before using it? Good luck. Ian On 11/04/2012 00:15, G. Laws wrote: > PROB: > > $ ./rebuild_zebra.pl -a -b -z > Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl > /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 > /usr/local/lib/site_perl .) at ./rebuild_zebra.pl line 6. > BEGIN failed--compilation aborted at ./rebuild_zebra.pl line 6. > > INFO: > > running master on debian... > > $ ls -l /home/koha/kohaclone/C4/Context.pm > -rw-r--r-- 1 koha koha 33348 Apr 10 14:28 Context.pm > > > tried... > > $echo $PERL5LIB > /home/koha/kohaclone > > ...and > > $ echo $PERL5LIB > /usr/koha/kohaclone/C4 > > ...and even attempted a non-standard symlink... > > # ls -l /usr/lib/perl5/Context.pm > lrwxrwxrwx 1 root root 34 Apr 10 18:00 Context.pm -> > /usr/lib/perl5/Template/Context.pm > > ...no joy... > > > > Help? > -- Ian Bays Director of Projects, PTFS Europe Limited Content Management and Library Solutions +44 (0) 800 756 6803 (phone) +44 (0) 7774 995297 (mobile) +44 (0) 800 756 6384 (fax) skype: ian.bays email: ian.b...@ptfs-europe.com ------------------------------ Message: 5 Date: Wed, 11 Apr 2012 03:57:54 -0700 (PDT) From: shahas <shahas....@gmail.com> To: koha@lists.katipo.co.nz Subject: [Koha] software error Message-ID: <1334141874749-5632466.p...@n5.nabble.com> Content-Type: text/plain; charset=us-ascii Hi,, while saving record am getting below error.,,, Software error: Can't call method "fields" on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 2245. For help, please send mail to the webmaster (webmaster@koha), giving this error message and the time and date of the error. please help me to proceed,,,, -- View this message in context: http://koha.1045719.n5.nabble.com/software-error-tp5632466p5632466.html Sent from the Koha-general mailing list archive at Nabble.com. ------------------------------ Message: 6 Date: Wed, 11 Apr 2012 10:48:42 -0300 From: Tomas Cohen Arazi <tomasco...@gmail.com> To: Chris Cormack <ch...@bigballofwax.co.nz> Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] KUDOS 2012 Message-ID: <CABZfb=vz4pgtzsbsf9sooz63bkb5m+0w0hg8rjwsrerkdnd...@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 On Mon, Apr 9, 2012 at 6:23 PM, Chris Cormack <ch...@bigballofwax.co.nz> wrote: > On 10 April 2012 09:07, G. Laws <glaw...@rhcl.org> wrote: >> Us host KohaCon13? In St. Joseph, Missouri? After New Zealand, India >> and Scotland? >> >> Tell you what, let's all get together in Bangkok, Thailand, from June >> 1 to June 30 for KohaCon 2013. Nothing in the KohaCon charter says it >> has to be held near a Koha library, right? I can get there in mid-May >> and make all the arrangements, and stay till mid-July for cleanup. >> > > Hehe > > Seriously though, it's probably the US turn again, 2009 Plano was the > last one, so I would seriously think about a Kohacon13 in the USA. > Also there are Koha libraries in Thailand .. I think we'd have to go > to Antartica to get away from them :) I think Argentina and it's 'asado' are worth a KohaCon. Regards To+ ------------------------------ Message: 7 Date: Wed, 11 Apr 2012 17:10:37 +0200 From: Marijana Glavica <mglav...@ffzg.hr> To: koha@lists.katipo.co.nz Subject: Re: [Koha] Kohacon13, was: KUDOS 2012 Message-ID: <20120411151037.gq30...@mjesec.ffzg.hr> Content-Type: text/plain; charset=us-ascii Hi, We would love to host conference in Croatia sometime, but we are not sure if we should go forward with a proposal for KohaCon13 because Croatia is also in Europe and we don't know how strict is the rule about having KohaCon every year on different continent. Marijana On Tue, Apr 10, 2012 at 10:53:25AM +0100, MJ Ray wrote: > Jo wrote: > > One option you could consider is to put in a bid to host KohaCon13. > > [...] > > "Who might be interested in hosting KohaCon13? > > This is just an initial expression of interest and doesn't commit you > to anything at this point. We'd just like to know who's interested > and we'll email you when the time comes to send in actual proposals if > it looks like you may have missed the call. > > Of course, personally, I'd love it if we can decide before KohaCon12 > next June, formally pass the baton over and then try to start the > process for '14, to make it a bit easier for everyone to budget (both > as attendees and hosts!)." > > -- http://lists.katipo.co.nz/public/koha/2011-December/031479.html > > Come on, let's have some expression of interest, please! Did I see > Mexico mentioned in IRC a few days ago? > > Thanks, > -- > MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op. > http://koha-community.org supporter, web and library systems developer. > In My Opinion Only: see http://mjr.towers.org.uk/email.html > Available for hire (including development) at > http://www.software.coop/ > _______________________________________________ > Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz > http://lists.katipo.co.nz/mailman/listinfo/koha ------------------------------ Message: 8 Date: Wed, 11 Apr 2012 10:31:13 -0500 From: "G. Laws" <glaw...@rhcl.org> To: koha@lists.katipo.co.nz Subject: Re: [Koha] rebuild zebra prob Message-ID: <4f85a3c1.8010...@rhcl.org> Content-Type: text/plain; charset=ISO-8859-1 Ian: Thanks for suggestions. 1. Did a lather, rinse, repeat this morning using what I know should be correct--PERL5LIB set to /home/koha/kohaclone, etc. I think the problem was I didn't have KOHA_CONF exported correctly. So that got me past all the error messages, and rebuild_zebra gives the appearance of running, but doesn't index anything: $ ./rebuild_zebra.pl -a -b -z -v Zebra configuration information ================================ Zebra biblio directory = /home/koha/koha-dev/var/lib/zebradb/biblios Zebra authorities directory = /home/koha/koha-dev/var/lib/zebradb/authorities Koha directory = /home/koha/kohaclone BIBLIONUMBER in : 999$c BIBLIOITEMNUMBER in : 999$d ================================ ==================== exporting authority ==================== Records exported: 0 Records exported: 0 ==================== REINDEXING zebra ==================== ==================== exporting biblio ==================== Records exported: 0 Records exported: 0 ==================== REINDEXING zebra ==================== ==================== CLEANING ==================== -------------------------- This, of course, results in no book data being returned from the DB. OK, so now what should I try? Is this relevant? http://koha-community.org/faq/double-ups-search-results-clear-index-start-ag ain/ -or this? http://manual.koha-community.org/3.2/en/resetzebra.html Greg ----------------------------- On 04/11/2012 03:22 AM, Ian Bays wrote: > Hi Greg, > This should be the right PERL5LIB: > > echo $PERL5LIB > /home/koha/kohaclone > > What does the end of the output from: > perl -v > give? > > It should be like this: > %ENV: > PERL5LIB="/home/koha/kohaclone" > @INC: > /home/koha/kohaclone > /etc/perl > /usr/local/lib/perl/5.10.1 > /usr/local/share/perl/5.10.1 > /usr/lib/perl5 > /usr/share/perl5 > /usr/lib/perl/5.10 > /usr/share/perl/5.10 > /usr/local/lib/site_perl > > It will end up being something obvious. Would you need to: > export PERL5LIB > before using it? > > Good luck. > Ian > > On 11/04/2012 00:15, G. Laws wrote: >> PROB: >> >> $ ./rebuild_zebra.pl -a -b -z >> Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl >> /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 >> /usr/lib/perl5 >> /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 >> /usr/local/lib/site_perl .) at ./rebuild_zebra.pl line 6. >> BEGIN failed--compilation aborted at ./rebuild_zebra.pl line 6. >> >> INFO: >> >> running master on debian... >> >> $ ls -l /home/koha/kohaclone/C4/Context.pm >> -rw-r--r-- 1 koha koha 33348 Apr 10 14:28 Context.pm >> >> >> tried... >> >> $echo $PERL5LIB >> /home/koha/kohaclone >> >> ...and >> >> $ echo $PERL5LIB >> /usr/koha/kohaclone/C4 >> >> ...and even attempted a non-standard symlink... >> >> # ls -l /usr/lib/perl5/Context.pm >> lrwxrwxrwx 1 root root 34 Apr 10 18:00 Context.pm -> >> /usr/lib/perl5/Template/Context.pm >> >> ...no joy... >> >> >> >> Help? >> > -- Greg Lawson Rolling Hills Consolidated Library 1912 N. Belt Highway St. Joseph, MO 64506 816-232-5479 ------------------------------ _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha End of Koha Digest, Vol 78, Issue 23 ************************************ _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha