DbTextSearch v0.2.0 Release Notes
Release Date: 2016-04-06 // over 7 years ago-
- ๐ 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