diff --git a/app/controllers/service_controller.rb b/app/controllers/service_controller.rb index b83cc85646a..010266488bf 100644 --- a/app/controllers/service_controller.rb +++ b/app/controllers/service_controller.rb @@ -328,7 +328,7 @@ def get_node_info(treenodeid, _show_list = true) process_show_list @right_cell_text = _("All Services") end - @right_cell_text += _(" (Names with \"%{search_text}\")") % {:search_text => @search_text} if @search_text.present? + @right_cell_text += _(" (Names with \"%{search_text}\")") % {:search_text => @search_text} if @search_text.present? && @nodetype != 's' @right_cell_text += @edit[:adv_search_applied][:text] if x_tree && @edit && @edit[:adv_search_applied] if @edit && @edit.fetch_path(:adv_search_applied, :qs_exp) # If qs is active, save it in history