I currently have a query method in rails:
Item.where("LOWER(title) LIKE ?", "%#{query}%").order("created_at DESC")