lib/picky/internals/adapters/rack/query.rb in picky-2.2.1 vs lib/picky/internals/adapters/rack/query.rb in picky-2.3.0
- old
+ new
@@ -9,9 +9,11 @@
# For example, if you give it a query, it will extract the query param etc.
# and call search_with_text on it if it is called by Rack.
#
module Rack
+ # TODO Rename to Search.
+ #
class Query < Base
@@defaults = {
query_key: 'query'.freeze,
ids_key: 'ids'.freeze,
\ No newline at end of file