zahmis %!s(int64=4) %!d(string=hai) anos
pai
achega
12c8b3e845

+ 2 - 1
packages/app/src/server/service/search-delegator/elasticsearch.js

@@ -540,10 +540,11 @@ class ElasticsearchDelegator {
     }
 
     const result = await this.client.search(query);
+
     // for debug
     logger.debug('ES result: ', result);
-    return {
 
+    return {
       meta: {
         took: result.took,
         total: result.hits.total,