From a2434327dd7c2ecf39ef15319fb6b831b32cc3e6 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Wed, 21 Sep 2011 16:38:08 -0400 Subject: [PATCH] Record simple authority headings for search and sort, and respect Non-filing Indicators, if configured Signed-off-by: Mike Rylander --- Open-ILS/src/sql/Pg/011.schema.authority.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/sql/Pg/011.schema.authority.sql b/Open-ILS/src/sql/Pg/011.schema.authority.sql index 15c1a9b93b..a9244fba7f 100644 --- a/Open-ILS/src/sql/Pg/011.schema.authority.sql +++ b/Open-ILS/src/sql/Pg/011.schema.authority.sql @@ -328,6 +328,7 @@ index to defend against duplicated authority records from the same thesaurus. $$; + -- Adding indexes using oils_xpath_string() for the main entry tags described in -- authority.control_set_authority_field would speed this up, if we ever want to use it, though -- the existing index on authority.normalize_heading() helps already with a record in hand -- 2.11.0