[Koha-bugs] [Bug 9612] SRU Response is different when DOM indexing is enabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 27 10:46:07 CET 2014


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

--- Comment #6 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 26626
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26626&action=edit
Bug 9612: Zconn parameters and elementSetName in _new_Zconn

This patch makes a few adjustments in C4::Context::Zconn.
It does no longer pass the (ignored) auth, syntax parameters to _new_Zconn.
Note that auth was not completely ignored in theory, but we never pass
auth=1 [while not having user/password in koha-conf].

Furthermore, it removes the elementSetName for dom indexing. Using marcxml
here does not make a difference. It only adds a constraint on what is in
the dom-config files. (It could probably be removed there now..)

Two cosmetic code changes:
Removes unused label retry.
And moved 'servername' into the database name option.

Test plan:
When using Zebra with dom indexing, do a biblio and authority search.

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


More information about the Koha-bugs mailing list