Skip to content

Commit

Permalink
SF Patch #1596113 [dspace]/bin/update-handle-prefix needs to index-all
Browse files Browse the repository at this point in the history
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1674 9c30dcfa-912a-0410-8fc2-9e0234be79fd
  • Loading branch information
ScottYeadon committed Nov 14, 2006
1 parent 4f24717 commit 8f605d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dspace/CHANGES
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 2 additions & 0 deletions dspace/bin/update-handle-prefix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f605d9

Please sign in to comment.