Sha256: 482bd5e12ec95169186e1adb23919a10b91004f65612a360e26335923d7e5a40

Contents?: true

Size: 254 Bytes

Versions: 28

Compression:

Stored size: 254 Bytes

Contents

# frozen_string_literal: true
module Hyrax
  module Statistics
    module Works
      class ByDepositor < Statistics::TermQuery
        private

        def index_key
          DepositSearchBuilder.depositor_field
        end
      end
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
hyrax-5.0.4 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-5.0.3 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-5.0.2 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-5.0.1 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-5.0.0 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-5.0.0.rc3 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-5.0.0.rc2 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-5.0.0.rc1 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-3.6.0 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-4.0.0 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-4.0.0.rc3 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-4.0.0.rc2 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-4.0.0.rc1 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-3.5.0 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-4.0.0.beta2 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-3.4.2 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-4.0.0.beta1 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-3.4.1 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-3.4.0 app/services/hyrax/statistics/works/by_depositor.rb
hyrax-3.3.0 app/services/hyrax/statistics/works/by_depositor.rb