Skip to content

Commit

Permalink
EZP-24269: fixed: TextBlock is not searchable with Legacy search
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Apr 30, 2015
1 parent eb9646a commit 602cbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Repository/Tests/BaseContentTypeServiceTest.php
Expand Up @@ -98,7 +98,7 @@ protected function createContentTypeDraft()
$bodyFieldCreate->fieldSettings = array(
'textRows' => 80
);
$bodyFieldCreate->isSearchable = true;
$bodyFieldCreate->isSearchable = false;

$typeCreate->addFieldDefinition( $bodyFieldCreate );

Expand Down

0 comments on commit 602cbb2

Please sign in to comment.