]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1253163: Materialize authority headings
authorMike Rylander <mrylander@gmail.com>
Fri, 28 Feb 2014 21:45:40 +0000 (16:45 -0500)
committerBen Shum <bshum@biblio.org>
Wed, 19 Mar 2014 02:42:55 +0000 (22:42 -0400)
commitcccf8938f544d82a47b6df5c8c918a53e1aff728
tree64812c4f2040ae65457288d82b7488830af1bc8e
parent7e488141a61b30f431a6cf551922aaa2863bc77d
LP#1253163: Materialize authority headings

There seems to be a bug in Postgres 9.3+ that does not like the
circuitous route we take to indexing authority headings.  So, we
get around this by storing the actual heading values instead of
indexing a function over the MARC.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Authority.pm
Open-ILS/src/sql/Pg/000.english.pg93.fts-config.sql [new symlink]
Open-ILS/src/sql/Pg/011.schema.authority.sql
Open-ILS/src/sql/Pg/800.fkeys.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.authority.in-line-headings.sql [new file with mode: 0644]