db_text_search 0.1.2
Different relational databases treat text search very differently. DbTextSearch provides a unified interface on top of ActiveRecord for SQLite, MySQL, and PostgreSQL to do: * Case-insensitive string-in-set querying, and CI index creation. * Basic full-text search for a list of terms, and FTS index creation.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
< 6.0, >= 4.1.15