DbTextSearch v0.3.1 Release Notes
Release Date: 2019-08-17 // about 4 years ago-
- ๐ Rails 6 support. ff16189f
Previous changes from v0.3.0
-
- ๐ Feature Case insensitive sorting via the new
CaseInsensitive#column_for_order(asc_or_desc)
method. Use it likeSomeModel.some_scope.order(CaseInsensitive.new(SomeModel, :some_field).column_for_order(:asc))
- ๐ Feature Case insensitive sorting via the new