Bug 9612: Zconn parameters and elementSetName in _new_Zconn
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 26 Mar 2014 14:25:43 +0000 (15:25 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 20:31:16 +0000 (20:31 +0000)
commite590436ee4c85ccb2bc0c556185895e15ca37ce1
tree65c57f3b9e9f4cd647ab9070f0dc0c4f6e8d7e57
parent67abcc64433ba945416c7c8e8bf8aecc8c932f14
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.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Context.pm