Tags no longer mappable.

This commit is contained in:
James Cole 2017-07-28 14:40:53 +02:00
parent aae9ad78e5
commit 8e27291417
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

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',