lib/picky/indexed/wrappers/exact_first.rb in picky-1.2.3 vs lib/picky/indexed/wrappers/exact_first.rb in picky-1.2.4
- old
+ new
@@ -1,9 +1,9 @@
# encoding: utf-8
#
module Indexed
- # FIXME and spec
+ # TODO Spec
#
module Wrappers
# This index combines an exact and partial index.
# It serves to order the results such that exact hits are found first.
\ No newline at end of file