Is it possible to use LIKE keyword and where_properties function together or something similar. Because i need to create query like this.
Ahoy::Event.where(name: "$click").where_properties("'href' LIKE '%#{brochure.id}%'").count.size
Is it possible to use LIKE keyword and where_properties function together or something similar. Because i need to create query like this.
Ahoy::Event.where(name: "$click").where_properties("'href' LIKE '%#{brochure.id}%'").count.size