SF Patch #1596113 [dspace]/bin/update-handle-prefix needs to index-all

git-svn-id: http://scm.dspace.org/svn/repo/trunk@1674 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Scott Yeadon
2006-11-14 23:46:16 +00:00
parent 4f24717d54
commit 8f605d944e
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
(Stuart Lewis)
- SF Patch #1596113 [dspace]/bin/update-handle-prefix needs to index-all
(Mark Diggory)
- Change "View Licence" to "View License" in Messages.properties

View File

@@ -86,6 +86,8 @@ then
echo "update handle set handle=overlay(handle placing '$2' from 1 for $oldPrefixLen) where handle like '$1%';" | psql
# update the metadatavalue table entries
echo "update metadatavalue set text_value=overlay(text_value placing '$2' from 23 for $oldPrefixLen) where text_value like 'http://hdl.handle.net/$1%';" | psql
# Reindex the site so the indexes contain the new handles
./index-all
break
else
echo