Magento

[Magento] magento 2 available conditions type

chsr 2023. 6. 19. 11:14
728x90
반응형

■ magento 2 available conditions type 


What are the available Magento 2 condition types?

Magento 2 condition types that are available according to Magento documentation:

"eq" => equalValue
 "neq" => notEqualValue
 "like" => likeValue
 "nlike" => notLikeValue
 "is" => isValue
 "in" => inValues
 "nin" => notInValues
 "notnull" => valueIsNotNull
 "null" => valueIsNull
 "moreq" => moreOrEqualValue
 "gt" => greaterValue
 "lt" => lessValue
 "gteq" => greaterOrEqualValue
 "lteq" => lessOrEqualValue
 "finset" => valueInSet
 "from" => fromValue, "to" => toValue
728x90
반응형

'Magento' 카테고리의 다른 글

[Magento] magento 2 How to Create a new Database Table  (0) 2023.06.29
[Magento] magento 2 Run cron  (1) 2023.03.23
[Magento] 마젠토(Magento) 정보 1  (2) 2021.07.14