Re: [Koha] Performance improvement suggestions

2023-08-30 Thread Fridolin SOMERS
Hi, Did you tune DB server ? Like with mysqltuner.pl Did you enable Plack mode ? https://wiki.koha-community.org/wiki/Koha_on_Debian#Setup_plack Please give more informations on hardware. Best regards, Le 30/08/2023 à 09:54, Furst, Kevin a écrit : Hi, I'm running v.23.05.x on Ubuntu 20.04.

Re: [Koha] API paging, userid patron query

2023-08-30 Thread Eric Phetteplace
Hi all, Ah-ha, so there were paging options! My apologies, I could have discovered these with a little more thorough research. Thanks to Lucas and Lari for their helpful replies. For my purposes, either approach works, and it did turn out to be an issue where the result I was looking for simply w

[Koha] Staff Login Issues after updating OPAC to SSL

2023-08-30 Thread Scott Marriott
We recently updated our OPAC to use SSL. The problem we're now having it that when we log into our staff interface using our old http:// koha.com:8080 site we're getting and error messages and every time we move to another link on the site it's going back to the login screen and requiring us to

Re: [Koha] API paging, userid patron query

2023-08-30 Thread Lari Taskula
Hi, See https://api.koha-community.org/#tag/patrons/operation/listPatrons Especially query parameters _page and _per_page. If you suspect there may be more results than 12, you can find the total number of results in response headers. X-Total-Count header containing the total results count, a

Re: [Koha] API paging, userid patron query

2023-08-30 Thread Lucas Gass
Eric, Have you checked your RESTdefaultPageSize system preference? On Wed, Aug 30, 2023 at 1:17 PM Eric Phetteplace wrote: > Hi collective wisdom, > > Are there secret paging parameters for the Koha REST API? I don't see any > in the documentation. > > Specifically, I'm using the list patrons r

[Koha] Performance improvement suggestions

2023-08-30 Thread Furst, Kevin
Hi, I'm running v.23.05.x on Ubuntu 20.04. I've currently got zebra running for the search engine. It works correctly but is really slow. We're talking ~10 seconds for a return on catalog search query and maybe 5-6 seconds on a patron search in the staff side. Our library only has ~1000 patrons an

Re: [Koha] API paging, userid patron query

2023-08-30 Thread Alvaro Cornejo
Don't know Koha API but might there be a hard limit like for the reports? maybe "limit"... Regards, || Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fu

[Koha] API paging, userid patron query

2023-08-30 Thread Eric Phetteplace
Hi collective wisdom, Are there secret paging parameters for the Koha REST API? I don't see any in the documentation. Specifically, I'm using the list patrons route like /api/v1/patrons?userid={query} but I have a username that is short and a subset of many other usernames. The API returns 12 res

Re: [Koha] MARC bibliographic framework test

2023-08-30 Thread Сычев Игорь Алексеевич
Hello! Created https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34663 I'm sorry, but some messages in bugs are ignored. If it's not too much trouble, please look at the old bugs https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29731 https://bugs.koha-community.org/bugzilla3/show_b

Re: [Koha] MARC bibliographic framework test

2023-08-30 Thread Jonathan Druart
You should open a bug report. This mailing list should not be used as a bug tracker/enhancement request. Le mer. 23 août 2023 à 12:11, Сычев Игорь Алексеевич a écrit : > > Hello! > > New install Koha 23.05.02 > Please correct in the Unimarc Default framework. > > subfields not in same tabs > Not

[Koha] Circulation Check In Logging

2023-08-30 Thread Ms. Naveen Ali
Dear all, We are using Koha Version 22.05. I was looking at the logs to identify the staff member who had checked in a book. I can find the staff member who checked out the book but not the one who checked it in. There is a global system preference RecordStaffUserOnCheckout for Checkout

Re: [Koha] Slow Item Edit Routines

2023-08-30 Thread Tomas Cohen Arazi
How many plack workers so you have enabled? El lun, 28 ago 2023 23:44, Rudy Hinojosa escribió: > Using v23.05.02 release has been a great experience thus far, but I am > noticing that the system is doing something CPU or process intrinsic > when it comes to editing an item. I'm unable to edit an

[Koha] needed help in koha cataloguing module

2023-08-30 Thread Zahid Iqbal
Dear all, i am using koha 22.11 version i want to disable the indicator box and box for (a) (b) (c) etc so user can not type and change the [a] [b] [c] to [e] [f] [3] etc. On adding/modifying books koha page koha/cataloguing/addbiblio.pl when i click on 245 (*a*) it allow me to change (*a*) i want

Re: [Koha] Slow Item Edit Routines

2023-08-30 Thread Jonathan Druart
Hi Rudy, Do you have a lot of item types? Do you have a lot of items for this bibliographic record? Regards, Jonathan Le mar. 22 août 2023 à 15:39, Rudy Hinojosa a écrit : > > Using v23.05.02 release has been a great experience thus far, but I am > noticing that the system is doing something C