Sha256: c06c7f73b7d63449d3519ccd2e20e79f37102f371109b432050c6ea7d136ceb0
Contents?: true
Size: 666 Bytes
Versions: 2
Compression:
Stored size: 666 Bytes
Contents
Workarea.configure do |config| config.storefront_search_middleware.swap( 'Workarea::Search::StorefrontSearch::Template', 'Workarea::Search::StorefrontSearch::TemplateWithContent' ) config.storefront_search_middleware.swap( 'Workarea::Search::StorefrontSearch::SpellingCorrection', 'Workarea::Search::StorefrontSearch::SpellingCorrectionWithContent' ) # Exclude content related to the list of classes from being index for # search. They will not show up in content search results. config.exclude_from_content_search_index = %w( Workarea::Catalog::Category Workarea::Search::Customization Workarea::Navigation::Menu ) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-content_search-1.0.9 | config/initializers/configuration.rb |
workarea-content_search-1.0.8 | config/initializers/configuration.rb |