diff --git a/js/search/search_form_criteria.js b/js/search/search_form_criteria.js index 377b71b3b..569e5fffb 100644 --- a/js/search/search_form_criteria.js +++ b/js/search/search_form_criteria.js @@ -334,6 +334,11 @@ $(function() _onGetData: function(oData) { var bHasToReturnNull = true; + // for operations without input text (empty/not empty) no values are present + if (this.options.values.length == 0) + { + bHasToReturnNull = false; + } for (oValue in this.options.values) { if (oValue.value != '') {