From 50ca8ff01a53a950f4fdcfcc55f475090793ee62 Mon Sep 17 00:00:00 2001 From: Geoff Munn Date: Wed, 25 Mar 2009 21:06:06 +0000 Subject: [PATCH] MSSQL enabled for GW metlink git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@73647 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/model/SiteTree.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/model/SiteTree.php b/core/model/SiteTree.php index f204c7c6e..4119c8c7c 100644 --- a/core/model/SiteTree.php +++ b/core/model/SiteTree.php @@ -87,8 +87,8 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid static $indexes = array( "SearchFields" => Array('type'=>'fulltext', 'value'=>'Title, MenuTitle, Content, MetaTitle, MetaDescription, MetaKeywords'), - "TitleSearchFields" => Array('type'=>'fulltext', 'value'=>'Title'), - "ContentSearchFields" => Array('type'=>'fulltext', 'value'=>'Content'), + //"TitleSearchFields" => Array('type'=>'fulltext', 'value'=>'Title'), + //"ContentSearchFields" => Array('type'=>'fulltext', 'value'=>'Content'), "URLSegment" => true, );