Commit 1e01c01a by kevalbhatt

ATLAS-2236 : UI - Basic Search Post request send attribute filters even after removing Type

parent eaad45bd
...@@ -488,7 +488,9 @@ define(['require', ...@@ -488,7 +488,9 @@ define(['require',
triggerSearch: function(value) { triggerSearch: function(value) {
var params = { var params = {
searchType: this.type, searchType: this.type,
dslChecked: this.ui.searchType.is(':checked') dslChecked: this.ui.searchType.is(':checked'),
tagFilters: null,
entityFilters: null
} }
params['type'] = this.ui.typeLov.select2('val') || null; params['type'] = this.ui.typeLov.select2('val') || null;
if (!this.dsl) { if (!this.dsl) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment