Magento 2: List of All Available Condition Types Used in Search Criteria
Introduction In the Magento 2 when we build a Search Criteria we use filters. And each filter takes parameter condition type. This parameter is necessary to say Magento how we want to filter a field: should a field be greater or less than passed value to the filter, for example. In my previous article I explained in simple terms how we can use Search Criteria. In this article I prepared the table of all available condition types in the Magento 2 with filters and conditions and without it....