Tags no longer mappable.

This commit is contained in:
James Cole
2017-07-28 14:40:53 +02:00
parent aae9ad78e5
commit 8e27291417

View File

@@ -191,7 +191,7 @@ return [
'mapper' => 'Categories',
],
'tags-comma' => [
'mappable' => true,
'mappable' => false,
'pre-process-map' => true,
'pre-process-mapper' => 'TagsComma',
'field' => 'tags',
@@ -199,7 +199,7 @@ return [
'mapper' => 'Tags',
],
'tags-space' => [
'mappable' => true,
'mappable' => false,
'pre-process-map' => true,
'pre-process-mapper' => 'TagsSpace',
'field' => 'tags',