LP#1253163: Materialize authority headings
authorMike Rylander <mrylander@gmail.com>
Fri, 28 Feb 2014 21:45:40 +0000 (16:45 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 5 Sep 2014 15:18:39 +0000 (11:18 -0400)
commitc198812912f79475406ae959e80b1f8683b34223
tree86c8b2b4ebae40083662830525b079b7ca330c58
parent754903f2055982925b9ef491f93ced6371736473
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>
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]