Skip to content

Commit

Permalink
EZP-31556: Registered Field Type as not to be indexed by search engine (
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz authored Apr 10, 2020
1 parent f9e6cb6 commit 38ffa26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 80 deletions.
3 changes: 2 additions & 1 deletion src/Symfony/Resources/config/services/ezplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ services:
tags:
- { name: ezpublish.storageEngine.legacy.converter, alias: '%ezcontentquery_identifier%' }

EzSystems\EzPlatformQueryFieldType\eZ\FieldType\Query\SearchField:
ezplatform.query_field_type.not_indexable:
class: eZ\Publish\Core\FieldType\Unindexed
tags:
- { name: ezpublish.fieldType.indexable, alias: '%ezcontentquery_identifier%' }

Expand Down
79 changes: 0 additions & 79 deletions src/eZ/FieldType/Query/SearchField.php

This file was deleted.

0 comments on commit 38ffa26

Please sign in to comment.