Sha256: 537235f0fdd8102899185bd4d6f4b3ca4ce10059d7296ab41aca7e8d28142af9

Contents?: true

Size: 315 Bytes

Versions: 5

Compression:

Stored size: 315 Bytes

Contents

module AgnosticBackend
  module Queryable
    module Cloudsearch
      class QueryBuilder < AgnosticBackend::Queryable::QueryBuilder
        private

        def create_query(context, **options)
          AgnosticBackend::Queryable::Cloudsearch::Query.new(context, **options)
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
agnostic_backend-1.0.4 lib/agnostic_backend/queryable/cloudsearch/query_builder.rb
agnostic_backend-1.0.3 lib/agnostic_backend/queryable/cloudsearch/query_builder.rb
agnostic_backend-1.0.2 lib/agnostic_backend/queryable/cloudsearch/query_builder.rb
agnostic_backend-1.0.1 lib/agnostic_backend/queryable/cloudsearch/query_builder.rb
agnostic_backend-1.0.0 lib/agnostic_backend/queryable/cloudsearch/query_builder.rb