$scope.searchRandom = function() {
        FinderDao.queryRandom(getRestParam(), function(result) {
            $scope.resultData = result;
        });
        UsageDao.register({action: 'finder', context: 'searchRandom'});