lib/sup/modes/search-results-mode.rb in sup-0.1 vs lib/sup/modes/search-results-mode.rb in sup-0.2
- old
+ new
@@ -1,10 +1,10 @@
module Redwood
class SearchResultsMode < ThreadIndexMode
def initialize qobj
@qobj = qobj
- super [], { :qobj => @qobj, :load_killed => true, :load_spam => false }
+ super [], { :qobj => @qobj }
end
## a proper is_relevant? method requires some way of asking ferret
## if an in-memory object satisfies a query. i'm not sure how to do
## that yet. in the worst case i can make an in-memory index, add