diff --git a/collects/help/search.ss b/collects/help/search.ss index 4dfe631b..4b99d260 100644 --- a/collects/help/search.ss +++ b/collects/help/search.ss @@ -100,7 +100,7 @@ sc)))) terms)) (define word-scorer - (and (not words?) (terms->scorer (collect-words terms) #f #t))) + (and (not words?) (not exact?) (terms->scorer (collect-words terms) #f #t))) (lambda (entry) (let* ([words (entry-words entry)] [words (if words? (collect-words words) words)]