diff src/global/web/RootForums.jtp @ 53:56accc959f8c

remove SORT_BY_VALUE
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 06 Jul 2021 20:19:14 -0600
parents 7ecd1a4ef557
children
line wrap: on
line diff
--- a/src/global/web/RootForums.jtp	Fri Jul 02 00:36:59 2021 -0600
+++ b/src/global/web/RootForums.jtp	Tue Jul 06 20:19:14 2021 -0600
@@ -51,7 +51,7 @@
 		TopDocs hits;
 		try {
 			searcher = new IndexSearcher(Site.dir());
-			hits = searcher.search( Index.query, iRec+ROWS_PER_PAGE, Site.SORT_BY_VALUE );
+			hits = searcher.search( Index.query, iRec+ROWS_PER_PAGE, Site.SORT_BY_ACTIVITY );
 		} catch(IOException e) {
 			throw new RuntimeException(e);
 		}