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>
Mon, 15 Sep 2014 19:17:43 +0000 (15:17 -0400)
commit6fa4498e00c31aff49be7011bc22b1d232a70685
tree74121c24318f387c68b29a64f95417a953b3bbe3
parent14c669d8d9faf312abc06c420c9f2a1e1e922980
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]