removes tsearch for debates

This commit is contained in:
rgarcia
2015-10-30 21:35:16 +01:00
parent 3eb9fb41aa
commit 640bea39c5

View File

@@ -46,7 +46,6 @@ class Debate < ActiveRecord::Base
tags: :name
},
using: {
tsearch: {},
trigram: { threshold: 0.9 },
},
ranked_by: '(:tsearch + debates.cached_votes_up)',