Mercurial Hosting > nabble
diff src/global/web/Index.jtp @ 53:56accc959f8c
remove SORT_BY_VALUE
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 06 Jul 2021 20:19:14 -0600 |
parents | 72765b66e2c3 |
children | 11e847f25845 |
line wrap: on
line diff
--- a/src/global/web/Index.jtp Fri Jul 02 00:36:59 2021 -0600 +++ b/src/global/web/Index.jtp Tue Jul 06 20:19:14 2021 -0600 @@ -154,7 +154,7 @@ TopDocs hits; try { searcher = new IndexSearcher(Site.dir()); - hits = searcher.search( query, 60, Site.SORT_BY_VALUE ); + hits = searcher.search( query, 60, Site.SORT_BY_ACTIVITY ); } catch(IOException e) { logger.error("Index error", e); %>[Rebuilding Index]<%