The script filling the search_name table has been fixed, so include a full
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 7 Oct 2010 11:56:46 +0000 (13:56 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 7 Oct 2010 11:56:46 +0000 (13:56 +0200)
reindexation in the upgrade script.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
upgrade/1.0.1/update.sh

index 0aa2807..3d6c7b8 100755 (executable)
@@ -17,3 +17,8 @@ script_run ./tokenize_job_terms.php
 
 confirm "* Running post-PHP database upgrade script"
 mysql_run ./99_jobs.sql.postphp
+
+confirm "* Upgrading search table (reindex user names for quick search)"
+pushd ../../bin
+./search.rebuild_db.php
+popd