Remove semantic searches
We may revisit in the future but we'll go with keyword search only for launch
This commit is contained in:
@@ -29,7 +29,7 @@ class Filter < ApplicationRecord
|
||||
result = result.in_stage(stages.ids) if stages.present?
|
||||
result = result.tagged_with(tags.ids) if tags.present?
|
||||
result = terms.reduce(result) do |result, term|
|
||||
result.similar_to(term)
|
||||
result.mentioning(term)
|
||||
end
|
||||
|
||||
result
|
||||
|
||||
Reference in New Issue
Block a user