@@ -158,7 +158,7 @@ |
||
| 158 | 158 | */ |
| 159 | 159 | public function typeaheadAction() |
| 160 | 160 | { |
| 161 | - $query = $this->params()->fromQuery('q', '*'); |
|
| 161 | + $query = $this->params()->fromQuery('q', '*'); |
|
| 162 | 162 | |
| 163 | 163 | $return = array(); |
| 164 | 164 | foreach ($this->jobRepository->getTypeaheadResults($query, $this->auth('id')) as $id => $item) { |