lib/picky/query/combination.rb in picky-3.6.16 vs lib/picky/query/combination.rb in picky-4.0.0pre1
- old
+ new
@@ -49,10 +49,10 @@
@identifier ||= "#{category.bundle_for(token).identifier}:inverted:#{token.text}"
end
# Note: Required for uniq!
#
- # TODO Ok with category or is the bundle needed?
+ # THINK Ok with category or is the bundle needed?
#
def hash
[token, category].hash
end
\ No newline at end of file