From 4428c73bfc09fb75a81daab4711268f58657c80b Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 7 Nov 2014 15:14:49 +0000 Subject: [PATCH] Part of MKWS-330. Remove all references to query_width. This is a job for CSS. --- doc/mkws-manual.markdown | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index c868b5a..99513df 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -202,16 +202,14 @@ like this: lang_options: [ "en", "da" ] lang: "da", sort_default: "title", - query_width: 60 }; This configuration restricts the set of available UI languages English and Danish (omitting German), sets the default to Danish (rather than -the English), initially sorts search results by title rather than -relevance (though as always this can be changed in the UI) and makes -the search box a bit wider than the default. +the English), and initially sorts search results by title rather than +relevance (though as always this can be changed in the UI). The full set of supported configuration settings is described in the reference guide below. @@ -945,8 +943,6 @@ pp2_path _global_ string *Note 4* Unless overridden by the ` Proxy). Set this to connect to a service on a different host from the default. -query_width _search_ int 50 The width of the query box, in characters. - responsive_design_width _global_ int If defined, then the facets display moves between two locations as the screen-width varies. The specified number is the threshhold width, in pixels, at which the facets move between their two locations. The `switch` -- 1.7.10.4