是否可以一起使用 LIKE 关键字和 where_properties 函数或类似的东西。因为我需要创建这样的查询。
Ahoy::Event.where(name: "$click").where_properties("'href' LIKE '%#{brochure.id}%'").count.size
是否可以一起使用 LIKE 关键字和 where_properties 函数或类似的东西。因为我需要创建这样的查询。
Ahoy::Event.where(name: "$click").where_properties("'href' LIKE '%#{brochure.id}%'").count.size