diff --git a/collects/help/private/search.ss b/collects/help/private/search.ss index 96e50c02..ef27c01f 100644 --- a/collects/help/private/search.ss +++ b/collects/help/private/search.ss @@ -252,6 +252,10 @@ (define (doc-collections-changed) (set! doc-collection-date #f) + (set! html-keywords (make-hash-table)) + (set! html-indices (make-hash-table)) + (set! text-keywords (make-hash-table)) + (set! text-indices (make-hash-table)) (reset-doc-positions!)) (define re:url-dir (regexp "^([^/]*)/(.*)$"))