Merge branch 'nstarke-bugfixes/post-module-execution-causing-duplicate-search-results'
commit
121ab76d09
|
@ -678,7 +678,7 @@ class DBManager
|
|||
union.or(condition)
|
||||
}
|
||||
|
||||
query = query.where(unioned_conditions).uniq
|
||||
query = query.where(unioned_conditions).to_a.uniq { |m| m.fullname }
|
||||
end
|
||||
|
||||
query
|
||||
|
|
Loading…
Reference in New Issue