DbTextSearch v0.3.1 Release Notes
Release Date: 2019-08-17 // over 5 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