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 to CaseInsensitive, and #find to #in.
    • ๐Ÿ“‡ Renamed FullTextSearch to FullText, and #find to #search.

    ๐Ÿ“„ [opclass]: http://www.postgresql.org/docs/9.5/static/indexes-opclass.html