[groups collection] disable custom phrase muting temporarily
This commit is contained in:
parent
2e9562e2fc
commit
59b1752797
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue