From 602c89641c0caea90be94e46bf8ea720d420edd9 Mon Sep 17 00:00:00 2001 From: Jacob Matthews Date: Fri, 4 Feb 2005 19:43:36 +0000 Subject: [PATCH] Factored code that converts a path into a url into a new library and updated other code to use that library. original commit: b6361381ccc8b27495fa7a161cade86c9c5cf099 --- collects/help/private/search.ss | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/help/private/search.ss b/collects/help/private/search.ss index e02a3a6b..65ae082c 100644 --- a/collects/help/private/search.ss +++ b/collects/help/private/search.ss @@ -350,6 +350,7 @@ (set! hit-count (add1 hit-count)) (unless (< hit-count MAX-HIT-COUNT) (maxxed-out))) + ; Keyword search (let ([keys (case doc-kind