class Trenni::Query::Delegate

def string(key, encoded)

def string(key, encoded)
	if encoded
		key = ::URI.decode_www_form_component(key)
	end
	
	index(key.to_sym)
end