[Koha-bugs] [Bug 11096] Koha cannot retreive big records from Zebra

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 22 14:46:40 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #24605|0                           |1
        is obsolete|                            |

--- Comment #50 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 24607
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24607&action=edit
Bug 11096: fallback to the correct defaults if config entries missing

As of bug 7818 misc/migration_tools/rebuild_zebra.pl behaves like:

- bib_index_mode (defaults to 'grs1' if not specified)
- auth_index_mode (defaults to 'dom')

we should do the same in C4::Context. So people having old config files
have a seamless behaviour.

Regards
To+

Sponsored-by: Universidad Nacional de Cordoba

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
Without this patch, I got Can't call method "data" on an undefined value
at /home/koha/src/C4/Search.pm line 1740.
without zebra_bib_index_mode entry in my koha config file.
With this patch, the search works as before.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list