Completed
Push — master ( 3b42d3...0d241d )
by
unknown
29s
created
Classes/Hooks/KeSearchIndexer.php 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -115,20 +115,20 @@
 block discarded – undo
115 115
                     ], '&');
116 116
 
117 117
                     $storeArguments = [
118
-                        $indexerConfig['storagepid'],               // storage PID
119
-                        $title,                                     // record title
120
-                        self::KEY,                                  // content type
121
-                        $indexerConfig['targetpid'],                // target PID: where is the single view?
122
-                        $fullContent,                               // indexed content, includes the title (linebreak after title)
123
-                        $originalObject->getKeSearchTags($index),   // tags for faceted search
124
-                        $params,                                    // typolink params for singleview
125
-                        $abstract,                                  // abstract; shown in result list if not empty
126
-                        $row[$languageField],                       // language uid
127
-                        $row['starttime'],                          // starttime
128
-                        $row['endtime'],                            // endtime
129
-                        $row['fe_group'],                           // fe_group
130
-                        false,                                      // debug only?
131
-                        $additionalFields,                          // additionalFields
118
+                        $indexerConfig['storagepid'], // storage PID
119
+                        $title, // record title
120
+                        self::KEY, // content type
121
+                        $indexerConfig['targetpid'], // target PID: where is the single view?
122
+                        $fullContent, // indexed content, includes the title (linebreak after title)
123
+                        $originalObject->getKeSearchTags($index), // tags for faceted search
124
+                        $params, // typolink params for singleview
125
+                        $abstract, // abstract; shown in result list if not empty
126
+                        $row[$languageField], // language uid
127
+                        $row['starttime'], // starttime
128
+                        $row['endtime'], // endtime
129
+                        $row['fe_group'], // fe_group
130
+                        false, // debug only?
131
+                        $additionalFields, // additionalFields
132 132
                     ];
133 133
 
134 134
                     $indexerObject->storeInIndex(...$storeArguments);
Please login to merge, or discard this patch.