summaryrefslogtreecommitdiff
path: root/bucky
diff options
context:
space:
mode:
Diffstat (limited to 'bucky')
-rw-r--r--bucky/search/lexicon.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/bucky/search/lexicon.js b/bucky/search/lexicon.js
index 0a027a2..97a5864 100644
--- a/bucky/search/lexicon.js
+++ b/bucky/search/lexicon.js
@@ -115,9 +115,10 @@ function parse_terms(opt) {
res.thread = res.thread || thread;
res.comment = res.comment || comment;
res.file = res.file || file;
+
// prioritize threads
if (!comment && !file) {
- res.strength += 10;
+ res.strength += 100;
} else {
res.strength += 1;
}