@@ -93,20 +93,20 @@ |
||
93 | 93 | ], '&'); |
94 | 94 | |
95 | 95 | $storeArguments = [ |
96 | - $indexerConfig['storagepid'], // storage PID |
|
97 | - $title, // record title |
|
98 | - self::KEY, // content type |
|
99 | - $indexerConfig['targetpid'], // target PID: where is the single view? |
|
100 | - $fullContent, // indexed content, includes the title (linebreak after title) |
|
101 | - $originalObject->getKeSearchTags($index), // tags for faceted search |
|
102 | - $params, // typolink params for singleview |
|
103 | - $abstract, // abstract; shown in result list if not empty |
|
96 | + $indexerConfig['storagepid'], // storage PID |
|
97 | + $title, // record title |
|
98 | + self::KEY, // content type |
|
99 | + $indexerConfig['targetpid'], // target PID: where is the single view? |
|
100 | + $fullContent, // indexed content, includes the title (linebreak after title) |
|
101 | + $originalObject->getKeSearchTags($index), // tags for faceted search |
|
102 | + $params, // typolink params for singleview |
|
103 | + $abstract, // abstract; shown in result list if not empty |
|
104 | 104 | $index->_getProperty('_languageUid'), // $index always has a "_languageUid" - if the $originalObject does not use translations, it is 0 |
105 | 105 | $index->_hasProperty('starttime') ? $index->_getProperty('starttime') : 0, |
106 | 106 | $index->_hasProperty('endtime') ? $index->_getProperty('endtime') : 0, |
107 | 107 | $index->_hasProperty('fe_group') ? $index->_getProperty('fe_group') : '', |
108 | - false, // debug only? |
|
109 | - $additionalFields, // additionalFields |
|
108 | + false, // debug only? |
|
109 | + $additionalFields, // additionalFields |
|
110 | 110 | ]; |
111 | 111 | |
112 | 112 | $indexerObject->storeInIndex(...$storeArguments); |