@@ -77,7 +77,7 @@ |
||
| 77 | 77 | * @return DataResponse |
| 78 | 78 | */ |
| 79 | 79 | public function search($request) { |
| 80 | - $this->miscService->log('____' . json_encode($request)); |
|
| 80 | + $this->miscService->log('____'.json_encode($request)); |
|
| 81 | 81 | return $this->searchDocuments(SearchRequest::fromJSON($request)); |
| 82 | 82 | } |
| 83 | 83 | |