Merge branch 'master' into fix_limited_search_results

This commit is contained in:
Neil Lalonde
2017-07-31 15:55:31 -04:00
committed by GitHub
2937 changed files with 30379 additions and 11967 deletions

View File

@@ -60,8 +60,7 @@ class Search
end
end
def self.blurb_for(cooked, term=nil, blurb_length=200)
def self.blurb_for(cooked, term = nil, blurb_length = 200)
cooked = SearchIndexer::HtmlScrubber.scrub(cooked).squish
blurb = nil