final ExtElement el = getEl();
if (el != null) {
el.mask("Loading search results", true);
}
if (configPropertiesMap != null) {
BioPortalSearchData bpSearchData = new BioPortalSearchData();
initBioPortalSearchData(bpSearchData);
OntologyServiceManager.getInstance().getBioPortalSearchContent(projectId, searchString,
bpSearchData, new GetSearchURLContentHandler());
} else {
GWT.log("configPropertiesMap should have been initialized!", new Exception(