Skip to content

1.21.0

Compare
Choose a tag to compare
@julienbourdeau julienbourdeau released this 13 Feb 08:02
· 119 commits to master since this release

Added

  • Add AlgoliaSearch::IndexSettings::DEFAULT_BATCH_SIZE constant - PR #319

  • Support ActiveModel Serializer πŸŽ‰ - PR #266

    class SerializedObject < ActiveRecord::Base
        include AlgoliaSearch
    
        algoliasearch do
    
            use_serializer SerializedObjectSerializer
    
            tags do
                ['tag1', 'tag2']
            end
    
        end
    end

Fixed

  • Add support for all new recent engine settings - PR #327

    Algolia regularly introduce new settings, all of them are supported by this gem.