diff --git a/schema/staticSearch.odd b/schema/staticSearch.odd index 77af9aef..7cd6b673 100644 --- a/schema/staticSearch.odd +++ b/schema/staticSearch.odd @@ -1562,7 +1562,7 @@ specifies the major version of staticSearch to which - this configuration file corresponds. If this attribute is not used, the configuration file is assumed to have an version value of 1. + this configuration file corresponds. If this attribute is not used, the configuration file is assumed to have a version value of 1. diff --git a/xsl/json.xsl b/xsl/json.xsl index 31cbbae8..f78a53f4 100644 --- a/xsl/json.xsl +++ b/xsl/json.xsl @@ -697,7 +697,7 @@ - + diff --git a/xsl/makeSearchPage.xsl b/xsl/makeSearchPage.xsl index 8f153e25..f3264071 100644 --- a/xsl/makeSearchPage.xsl +++ b/xsl/makeSearchPage.xsl @@ -233,6 +233,7 @@ data-allowwildcards="{if ($wildcardSearch) then 'yes' else 'no'}" data-minwordlength="{if ($minWordLength) then $minWordLength else '3'}" data-maxkwicstoshow="{if ($maxKwicsToShow) then $maxKwicsToShow else 10}" + data-scoringalgorithm="{if ($scoringAlgorithm) then $scoringAlgorithm else 'raw'}" data-resultsperpage="{$resultsPerPage}" onsubmit="return false;" data-versionstring="{$versionString}"