lib/picky/search.rb in picky-2.0.0.pre1 vs lib/picky/search.rb in picky-2.0.0.pre2

- old
+ new

@@ -97,10 +97,10 @@ # Execute a search using Query::Tokens. # # Note: Internal method, use #search_with_text. # def execute tokens, ids, offset - Internals::Results.from ids, offset, sorted_allocations(tokens) + Results.from ids, offset, sorted_allocations(tokens) end # Delegates the tokenizing to the query tokenizer. # # Parameters: \ No newline at end of file