1) have a boolean filter FILTER_ATTRIBUTES = [ :paid, ].freeze 2) set paid to 'true' in the filter (Apply Filter) it filters to paid=1 3) set paid to false in the filter (Apply Filter) filtering is still stuck at paid = 0