lib/picky/search.rb in picky-4.0.0pre1 vs lib/picky/search.rb in picky-4.0.0pre2
- old
+ new
@@ -38,10 +38,10 @@
def initialize *index_definitions
@indexes = Query::Indexes.new *index_definitions
instance_eval(&Proc.new) if block_given?
- @tokenizer ||= Tokenizer.query_default # THINK Not dynamic. Ok?
+ @tokenizer ||= Tokenizer.searching # THINK Not dynamic. Ok?
@weights ||= Query::Weights.new
@ignore_unassigned = false if @ignore_unassigned.nil?
self
end
\ No newline at end of file