Re: [Koha] Language search

2014-06-01 Thread Karam Qubsi
** also you need to enable ICU in your system pref. see : http://manual.koha-community.org/3.12/en/administration.html#UseICU 1.13.1.9. UseICU Default: Not using Asks: ___ ICU Zebra indexing. Values: - Not using - Using Description: - ICU is a set of code libraries provi

Re: [Koha] Language search

2014-06-01 Thread Karam Qubsi
Hi , in NonLatin lang. this can be solved by enabling ICU . edit : /etc/koha/zebradb/etc/default.idx and make the following changes as highlighted here : # Traditional word index # Used if completenss is 'incomplete field' (@attr 6=1) and # structure is word/phrase/word-list/free-form-text/docume

[Koha] Holds on 'in process' materials

2014-06-01 Thread schnydszch
Hello Koha community! Is it possible to hold/reserve items that are 'in process'? 952$0 has the following values: 2 For Binding No limitation EditDelete 3 For Location No limitation EditDelete 4 For Repair N

Re: [Koha] Can we do bulk deletion for bib records

2014-06-01 Thread Karam Qubsi
*Hi Mohammad , * I think this documentation can help you , http://perldoc.koha-community.org/misc/batchdeletebiblios.html You have to make sure that your bib records is not linked to any items record then you put the list of bib no. (that you want to delete them) . in a text file and pass this fi

Re: [Koha] how to not show Look for articles in this serial in Analytics

2014-06-01 Thread schnydszch
Hi! I already got this one.          Analytics:                                                     /cgi-bin/koha/opac-search.pl?q=rcn:+and+(bib-level:a+or+bib-level:b)                                         /cgi-bin/koha/opac-search.pl?q=Host-item:                                     S

Re: [Koha] how to not show Look for articles in this serial in Analytics

2014-06-01 Thread schnydszch
Hi! I added field 942 NoAnalytics. I'm at lost where to put the codes, I'm trying to comprehend other fields in the original/default XSLT.         Analytics:                                                     /cgi-bin/koha/opac-search.pl?q=rcn:+and+(bib-level:a+or+bib-level:b)            

Re: [Koha] how to not show Look for articles in this serial in Analytics

2014-06-01 Thread Fischer, Katrin
Hi, you can use CSS to hide it totally - something like .analytics { display:none; } in OpacUserCSS should do the trick. As there is no indication on the record if an analytic record for it exists, there is no easy way to do what you want. Katrin -Ursprüngliche Nachricht- Von: Koha i

[Koha] Can we do bulk deletion for bib records

2014-06-01 Thread Mohammad Nashbat
Hi all, I wonder if we can do bulk deletion for r bib records, I can see a file called "batchdeletebiblios.pl" in Cron but not sure how to use it. We are using Koha 3.14.05, Linux Debian 3.2.54-2 x86_64. Thanks & Best Regards, Mohammed Nashbat Academic Resource Librarian Alfaisal University

Re: [Koha] Language search

2014-06-01 Thread Manos PETRIDIS
Not currently at my PC to be able to be more precise, but you might want to google-search "koha yaz-acu queryfuzzy queryweight Arabic". I remember reading a similar thread on search problems for records in Arabic. Had the same problem, in Greek entries, but have since rectified it following the

[Koha] how to not show Look for articles in this serial in Analytics

2014-06-01 Thread schnydszch
Hi Koha community! I've been trying to figure this one out. I can't seem to not show or hide Analytics: Look for articles in this serial through jquery or xslt. I want to not show it if it it does not have any analytics. Can somebody lead me on how do to it? We're using Koha 3.14 by the way. By