All Versions
7
Latest Version
Avg Release Cycle
206 days
Latest Release
2037 days ago
Changelog History
Changelog History
-
v0.3.1 Changes
August 17, 2019- ๐ Rails 6 support. ff16189f
-
v0.3.0 Changes
December 26, 2018- ๐ 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
-
v0.2.2 Changes
June 10, 2017- Raises a more helpful error if the column is not found when calling
DbTextSearch::CaseInsensitive
.
- Raises a more helpful error if the column is not found when calling
-
v0.2.1 Changes
June 10, 2017- ๐ Support for PostGIS adapters. #2
-
v0.2.0 Changes
April 06, 2016- ๐ Feature Prefix matching via the new
CaseInsensitive#prefix
method. - PostgreSQL CI index now uses the
text_pattern_ops
[opclass] by default (for prefix matching). - ๐ Renamed
CaseInsensitiveEq
toCaseInsensitive
, and#find
to#in
. - ๐ Renamed
FullTextSearch
toFullText
, and#find
to#search
.
๐ [opclass]: http://www.postgresql.org/docs/9.5/static/indexes-opclass.html
- ๐ Feature Prefix matching via the new
-
v0.1.2 Changes
April 06, 2016๐ Tightened the API, marking more methods as
@api private
. Improved documentation. -
v0.1.1 Changes
March 30, 2016๐ The first release.