You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
I trying a rule with camelcase operator and discover the Ruler\Model cast to lowercase.
Business logic term may want use native language of business with long name like :
produitBloquerEnRetail(product) vs produitbloquerenretail(product) produitAlternatifEnStock(product) vs produitalternatifenstock(product)
Hello,
I trying a rule with camelcase operator and discover the Ruler\Model cast to lowercase.
Business logic term may want use native language of business with long name like :
produitBloquerEnRetail(product)
vsproduitbloquerenretail(product)
produitAlternatifEnStock(product)
vsproduitalternatifenstock(product)
https://github.com/hoaproject/Ruler/blob/master/Model/Model.php#L140
Easy resolve by casting rule to lower, but if operator are cast, why not rule ?
The text was updated successfully, but these errors were encountered: