DbTextSearch v0.3.1 Release Notes

Release Date: 2019-08-17 // over 4 years ago

Previous changes from v0.3.0

    • ๐Ÿ”‹ Feature Case insensitive sorting via the new CaseInsensitive#column_for_order(asc_or_desc) method. Use it like SomeModel.some_scope.order(CaseInsensitive.new(SomeModel, :some_field).column_for_order(:asc))