]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Correct search index definitions for subject|complete and identifier|bibcn
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 5 Mar 2011 03:14:47 +0000 (03:14 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 5 Mar 2011 03:14:47 +0000 (03:14 +0000)
commitda4f18561b2e036dc2394634abf496ef91ced2b3
tree63a476879ca6ff0a0471fa7eb8b284bdf7abe792
parentf3810e26c2bf2caf004ef22d8370c0393c050025
Correct search index definitions for subject|complete and identifier|bibcn

Dan Wells reported in LP# 729385 that the index definitions for
subject|complete and identifier|bibcn were not working, and traced
the problem to a change in how indexes are generated in 2.0+. Dropping
the trailing '//text()' on these two indexes addresses the problem.

Sites upgrading from a previous version of Evergreen 2.0 will want
to refresh the indexes after applying this schema change to enable
searches against subject|complete and identifier|bibcn to work.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@19587 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/0494.data.search_indexes.sql [new file with mode: 0644]