[groups collection] disable custom phrase muting temporarily
This commit is contained in:
parent
2e9562e2fc
commit
59b1752797
@ -80,11 +80,12 @@ class SortingQueryBuilder < BaseService
|
|||||||
|
|
||||||
query += "
|
query += "
|
||||||
) q
|
) 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
|
return Status.find_by_sql query
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user