Remove min_posts_for_search_in_topic

no longer needed, we always search in topic
This commit is contained in:
Sam
2014-06-10 15:05:40 +10:00
parent 383f0290a4
commit a044e3de58
15 changed files with 0 additions and 31 deletions

View File

@ -47,10 +47,6 @@ class Search
@include_blurbs = @opts[:include_blurbs] || false
@limit = Search.per_facet * Search.facets.size
@results = GroupedSearchResults.new(@opts[:type_filter])
if @search_context.is_a?(Topic) && @search_context.posts_count < SiteSetting.min_posts_for_search_in_topic
@search_context = nil
end
end
# Query a term