Sha256: 895c3e5f533e3e704c55536c87828852023c57a0b1c12571806a3f1cd9a08f5c

Contents?: true

Size: 228 Bytes

Versions: 3

Compression:

Stored size: 228 Bytes

Contents

module Workarea
  decorate Search::Storefront, with: :content_search do
    class_methods do
      def ensure_dynamic_mappings
        super
        Search::Storefront::Content.percolate_null_content
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-content_search-1.1.0 app/models/workarea/search/storefront.decorator
workarea-content_search-1.0.9 app/models/workarea/search/storefront.decorator
workarea-content_search-1.0.8 app/models/workarea/search/storefront.decorator