postSearchTerm: function (drugKeyword) {
                var body = {"search":drugKeyword};

                return $http(requestParams({
                    method:'POST', url: postEndpoint('search'), headers: {'Content-Type': 'application/json'}, data: body