[Koha] Tag 082, itemcallnumber

2017-12-04 Thread Javed Sahil
Hi all,

   In koha preferences,

itemcallnumber:   082ab  works fine.

 itemcallnumber:   082cd also works fine.


itemcallnumber:   082abcd  does not work.

Only first two subfields work with 082 tag.

I wan to use four subfields  abcd,
How it will be possible?
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Tag 082, itemcallnumber

2017-12-04 Thread Katrin Fischer

Hi Javed,

I think you have run into an old bug:

*BugĀ 9156* 
 - 
itemcallnumber not pulling more than 2 subfields


There is nothing you can do with configuration, this has to be 
fixed/changed in the code.


Katrin


On 04.12.2017 13:26, Javed Sahil wrote:

Hi all,

In koha preferences,

 itemcallnumber:   082ab  works fine.

  itemcallnumber:   082cd also works fine.


 itemcallnumber:   082abcd  does not work.

Only first two subfields work with 082 tag.

I wan to use four subfields  abcd,
How it will be possible?
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] koha tag 082, itemcallnumber

2017-12-04 Thread Javed Sahil
 this college?
> >
> >
> >
> > --
> > Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
> > ___
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > https://lists.katipo.co.nz/mailman/listinfo/koha
> >
>
>
> --
>
> Message: 3
> Date: Mon, 4 Dec 2017 19:43:50 +
> From: "Reichert, Kumiko" 
> To: "koha@lists.katipo.co.nz" 
> Subject: [Koha] MARC field and heading validation with Koha
> Message-ID:
>  mprd08.prod.outlook.com>
>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello all,
>
>
> I apologize for cross-posting.  My library's Koha will go live next month,
> and I am now in training.  I hope you don't mind questions from a newbie.
>
>
> How do you validate MARC fields and headings/access points based on the
> local authority database (1XX, 6XX, 7XX and 8XX) with Koha?  If Koha does
> not have the functionality, how do you manage validation?
>
>
> Sincerely yours,
>
> Kumiko
>
>
> Kumiko Reichert
>
> Metadata and Cataloging Librarian
>
> Maxwell Library
>
> Bridgewater State University
>
> 10 Shaw Road
>
> Bridgewater, MA 02325
>
> kumiko.reich...@bridgew.edu<mailto:kreich...@bridgew.edu>
>
> 508-531-2665
>
>
> --
>
> Message: 4
> Date: Mon, 4 Dec 2017 15:03:24 -0500
> From: Alvaro Cornejo 
> To: "koha@lists.katipo.co.nz" 
> Subject: [Koha] Look for records with specific info in a mark field
> Message-ID:
>  ail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> Hi
>
> How can I do a MySQL search for all the records/items with an specific
> value in an specific marc field Xx?
>
> I've looked at the bilblio and related tables but I'm unable to find a
> table with marcs fields info. I saw some marcxml fields however; are marc
> values stored there and I need to xlmparse that info to get an specific
> value?
>
> Regards
>
> Alvaro
>
>
> --
>
> Message: 5
> Date: Mon, 4 Dec 2017 21:16:51 +0100
> From: Katrin Fischer 
> To: koha@lists.katipo.co.nz
> Subject: Re: [Koha] Look for records with specific info in a mark
> field
> Message-ID: 
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Hi Alvaro,
>
> yes, Koha stores the complete record as MARCXML and only some fields are
> mapped to database columns. You can see the mappings in Administration >
> Koha to MARC mappings. Be careful, after changing it you need to run a
> script to populate database fields correctly. The MARC record is stored
> in either biblioitems.marcxml (older versions) or
> biblio_metadata.metadata (current versions) and can be queried using the
> ExtractValue function. You can find examples in the reports library on
> the wiki:
>
> https://wiki.koha-community.org/wiki/SQL_Reports_Library#Query_MARC
>
> Hope this helps,
>
> Katrin
>
>
> On 04.12.2017 21:03, Alvaro Cornejo wrote:
> > Hi
> >
> > How can I do a MySQL search for all the records/items with an specific
> > value in an specific marc field Xx?
> >
> > I've looked at the bilblio and related tables but I'm unable to find a
> > table with marcs fields info. I saw some marcxml fields however; are marc
> > values stored there and I need to xlmparse that info to get an specific
> > value?
> >
> > Regards
> >
> > Alvaro
> > ___
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > https://lists.katipo.co.nz/mailman/listinfo/koha
>
>
>
> --
>
> Message: 6
> Date: Mon, 4 Dec 2017 21:20:51 +0100
> From: Katrin Fischer 
> To: koha@lists.katipo.co.nz
> Subject: Re: [Koha] Please help this newbie :)
> Message-ID: <77ccb1ec-43f9-aca0-f7e0-983aadfc0...@web.de>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Hi Johan,
>
> with the default configuration Koha won't search for records with
> non-latin characters correctly, but this can be fixed - you will have to
> switch to ICU for indexing. Instructions can be found on the wiki:
>
> https://wiki.koha-community.org/wiki/ICU_chains_configuration
>
> If it doesn't work at all, even for your German and English records,
> there might be another problem. Did you specify UNIMARC when creating
> the instance (defaults to MARC21)? Or only in the web installer? If the
> first was

Re: [Koha] koha tag 082, itemcallnumber

2017-12-04 Thread Zeno Tajoli
Hi all,

>Only you have diagnosed my problem,
>
>Can you help and guide me how it can be
>fixed/changed in the code??
>
>Javed

if you go here:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9156#c4
you find the starting info to write a patch.

Cheers
Zeno Tajoli


___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] koha tag 082, itemcallnumber

2017-12-05 Thread Javed Sahil
Hi Zeno.

I visited the link you shared, but i cant understand,  itemcallnumber is
pulling only 2 subfields., how will it pull 4 subfields.

On Tue, Dec 5, 2017 at 12:26 PM, Zeno Tajoli  wrote:

> Hi all,
>
> >Only you have diagnosed my problem,
> >
> >Can you help and guide me how it can be
> >fixed/changed in the code??
> >
> >Javed
>
> if you go here:
> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9156#c4
> you find the starting info to write a patch.
>
> Cheers
> Zeno Tajoli
>
>
>


-- 
Regards,

Javed Shoukat

Management Trainee Officer (MTO)
Lahore University of
Management Sciences (LUMS),
Lahore.

Contact #: +92 300 6548748 <+92%20300%206548748>
Email: javedshoukat...@gmail.com
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha