Releases: thredded/db_text_search
Releases · thredded/db_text_search
v1.0.0
- We test on Rails 5.2, 6.0, 6.1, 7.0, so we're pretty sure these work.
- We test on Rails main, to find out about any impacts of new changes, this doesn't mean we know that 7.1 is supported yet.
- We no longer test on Rails < 5.2, so please use v0.3.2 or lower for Rails 4.2 compatibility
v0.3.2
v0.3.1
v0.3.0
v0.2.2
v0.2.1
v0.2.0
- 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
.