LoginSignup
38
23

More than 5 years have passed since last update.

Rails 検索機能でよく使われる表現 あいまい検索

Last updated at Posted at 2017-01-22

検索窓に入力された文字でデータベースから検索したいとき。

User.where('name LIKE ?', "%#{params[:word]}%")
38
23
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
38
23