VIVO 888, and just a change to an if statement in the menumanagement file

This commit is contained in:
hudajkhan 2014-10-24 12:37:43 -04:00
parent ea98c15092
commit 456f8beb41
3 changed files with 65 additions and 29 deletions

View file

@ -84,6 +84,10 @@ public class AutocompleteController extends VitroAjaxController {
hasMultipleTypes = true;
}
}
} else {
//if the type parameter is null, no range is specified and individuals of any class might be returned
//in this case, it would be useful to show the most specific type of the individual
hasMultipleTypes = true;
}
SearchQuery query = getQuery(qtxt, vreq);