}
// get current user accountId
String acctId = SecurityContextHolder.getContext().getAuthentication().getName();
List<DisplayEntityModelView> results = entitiesDAO.execute(new GetEntitiesByPrefixRequest(acctId.trim()
.toLowerCase(), targetString));
JSONObject json = new JSONObject();
JSONArray jsonEntities = new JSONArray();