@@ -73,7 +73,7 @@ |
||
| 73 | 73 | unset($results['exact']); |
| 74 | 74 | $results = array_merge_recursive($exactMatches, $results); |
| 75 | 75 | |
| 76 | - if($sorter !== null) { |
|
| 76 | + if ($sorter !== null) { |
|
| 77 | 77 | $sorters = array_reverse(explode('|', $sorter)); |
| 78 | 78 | $this->autoCompleteManager->runSorters($sorters, $results, [ |
| 79 | 79 | 'itemType' => $itemType, |