[Koha-bugs] [Bug 6536] Z3950 Search Enhancements: SRU targets and additional XSLT processing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 28 12:46:57 CEST 2014


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

M. de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29812|0                           |1
        is obsolete|                            |
  Attachment #29813|0                           |1
        is obsolete|                            |
  Attachment #29815|0                           |1
        is obsolete|                            |
  Attachment #29816|0                           |1
        is obsolete|                            |
  Attachment #29817|0                           |1
        is obsolete|                            |
  Attachment #29818|0                           |1
        is obsolete|                            |

--- Comment #57 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 30189
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30189&action=edit
Bug 6536: Dbrev for Z3950 search improvements

Adjusts table z3950servers:
Drops unused columns icon, description and position.
Moves id column to first position.
Renames name to servername, and type to servertype. (This is not only more
clear but may eliminate some problems too with DBIx.)
Changes recordtype from varchar(45) to enumeration with two members. [The
upgrade replaces unknown record types with biblio, although it is very
unlikely to find such records.]
Adds SRU as servertype enumeration member. Removes opensearch, since it is
not used/supported. [The upgrade replaces unknown server types with zed
(z3950) (in exceptional cases).]
Adds new columns: sru_options, sru_fields, add_xslt.

Test plan:
Run database update via webinstaller.
Check your z3950servers table.

Signed-off-by: Giuseppe Angilella <giuseppe.angilella at ct.infn.it>

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


More information about the Koha-bugs mailing list