reply.hits.hits.add(hitEl);
hits++;
}
}//TESTED (2, 3)
reply.hits.total = hits;
return new StringRepresentation(reply.toApi(), MediaType.APPLICATION_JSON);
}//TESTED (2, 3)
else if (null == _postData) { // GET
DashboardProxyResultPojo getResult = new DashboardProxyResultPojo();
getResult._id = command;
for (SharePojo result: results) {