From: Chip Black Date: Mon, 15 Jun 2009 00:10:31 +0000 (-0500) Subject: Add default search capability X-Git-Url: http://git.bytex64.net/?a=commitdiff_plain;h=3eb5ff1969b2239550487c2628bdfcd118246742;hp=3eb5ff1969b2239550487c2628bdfcd118246742;p=WebThing.git Add default search capability If the search key cannot be found, or the search is only one word, SearchHandler.Transform() will fall back to a default search plugin if one is defined. Config was changed to look for DefaultSearchHandler directives, and a Config.DefaultSearchHandler field was added. ---