[groups collection] disable custom phrase muting temporarily

This commit is contained in:
Fosco Marotto 2021-01-23 21:38:17 -05:00
parent 2e9562e2fc
commit 59b1752797
1 changed files with 5 additions and 4 deletions

View File

@ -80,11 +80,12 @@ class SortingQueryBuilder < BaseService
query += "
) q
left join custom_filters cf
on cf.account_id = #{account_id}
and q.text like '%' || cf.phrase || '%'
where cf.id is null
"
#left join custom_filters cf
# on cf.account_id = #{account_id}
# and q.text like '%' || cf.phrase || '%'
#where cf.id is null
#"
return Status.find_by_sql query
end