https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23924 --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Hugo Agud from comment #2)
I am testing the patch and It works fine but I have a doubt regarding the where clausule... according the help it claims that where limit the search, but I guess the where clausule doens't affect on the search.... becuase it takes the same time using and non usiing where clausule
I guess where is limiting where the perl applies the action, not limiting the the bibs to check and apply, right?
It should, if you have biblionumbers from 1 to 1000 and the --where is biblionumber < 500, then only the first 500 records will be processed. -- You are receiving this mail because: You are watching all bug changes.