mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Opensearch spec is space delimited, not comma
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@118308 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
df3466a010
commit
8b788048e8
@ -61,7 +61,7 @@ Validator::set_javascript_validation_handler('none');
|
|||||||
DocumentationSearch::set_meta_data(array(
|
DocumentationSearch::set_meta_data(array(
|
||||||
'ShortName' => 'SilverStripe Documentation',
|
'ShortName' => 'SilverStripe Documentation',
|
||||||
'Description' => 'Documentation for SilverStripe CMS and the Sapphire Framework',
|
'Description' => 'Documentation for SilverStripe CMS and the Sapphire Framework',
|
||||||
'Tags' => 'silverstripe, sapphire, php, framework, web'
|
'Tags' => 'silverstripe sapphire php framework cms content management system'
|
||||||
));
|
));
|
||||||
|
|
||||||
DocumentationSearch::$boost_by_path = array(
|
DocumentationSearch::$boost_by_path = array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user