lib/picky/index/combined.rb in picky-0.0.9 vs lib/picky/index/combined.rb in picky-0.1.0

- old
+ new

@@ -1,9 +1,14 @@ # encoding: utf-8 # module Index - # + # This index combines a full and partial index. + # It serves to order the results such that exact (full) hits are found first. + # + # TODO Rename full -> exact. exact/partial? + # + # TODO Need to use the right subtokens. Bake in? # class Combined < Bundle delegate :similar, :identifier, \ No newline at end of file