RubyGems Navigation menu

db_text_search 0.3.0

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, and basic full-text search for a list of terms, and FTS index creation.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.0.0 - February 18, 2022 (13.5 KB)
  2. 0.3.2 - April 10, 2021 (13.5 KB)
  3. 0.3.1 - August 17, 2019 (13.5 KB)
  4. 0.3.0 - October 14, 2018 (13.5 KB)
  5. 0.2.2 - June 10, 2017 (13.0 KB)
顯示所有版本(共 10)

Runtime 相依性套件 (1):

activerecord < 6.0, >= 4.1.15

Development 相依性套件 (8):

bundler ~> 1.11
mysql2 >= 0.3.20
pg >= 0.18.4
rake ~> 11.0
rspec ~> 3.4
rubocop = 0.49.1
simplecov >= 0
sqlite3 >= 1.3.11

擁有者:

作者:

  • Gleb Mazovetskiy

SHA 256 checksum:

68267e560e791ca35d7408941861138ffad294ea870abef15845932079f76ae6

總下載次數 111,739

這個版本 9,335

License:

MIT

Ruby 版本需求: ~> 2.1

相關連結: