Produced by Araxis Merge on 2020-08-14 00:01:30 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Porto v3.2.3/Magento 2.x/Porto Theme/app/code/Mageplaza/LayeredNavigation/etc | di.xml | 2018-10-10 20:33:20 +0000 |
| 2 | Porto v3.2.4/Magento 2.x/Porto Theme/app/code/Mageplaza/LayeredNavigation/etc | di.xml | 2020-08-10 10:24:48 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 286 |
| Changed | 0 | 0 |
| Inserted | 2 | 123 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | <?xml | 1 | <?xml | |||
| 2 | version="1.0" | 2 | version="1.0" | |||
| 3 | ?> | 3 | ?> | |||
| 4 | <!-- | 4 | <!-- | |||
| 5 | /** | 5 | /** | |||
| 6 | * Mageplaza | 6 | * Mageplaza | |||
| 7 | * | 7 | * | |||
| 8 | * NOTICE OF LICENSE | 8 | * NOTICE OF LICENSE | |||
| 9 | * | 9 | * | |||
| 10 | * This source file is subject to the Mageplaza.com license that is | 10 | * This source file is subject to the Mageplaza.com license that is | |||
| 11 | * available through the world-wide-web at this URL: | 11 | * available through the world-wide-web at this URL: | |||
| 12 | * https://www.mageplaza.com/LICENSE.txt | 12 | * https://www.mageplaza.com/LICENSE.txt | |||
| 13 | * | 13 | * | |||
| 14 | * DISCLAIMER | 14 | * DISCLAIMER | |||
| 15 | * | 15 | * | |||
| 16 | * Do not edit or add to this file if you wish to upgrade this extension to newer | 16 | * Do not edit or add to this file if you wish to upgrade this extension to newer | |||
| 17 | * version in the future. | 17 | * version in the future. | |||
| 18 | * | 18 | * | |||
| 19 | * @category Mageplaza | 19 | * @category Mageplaza | |||
| 20 | * @package Mageplaza_LayeredNavigation | 20 | * @package Mageplaza_LayeredNavigation | |||
| 21 | * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) | 21 | * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) | |||
| 22 | * @license https://www.mageplaza.com/LICENSE.txt | 22 | * @license https://www.mageplaza.com/LICENSE.txt | |||
| 23 | */ | 23 | */ | |||
| 24 | --> | 24 | --> | |||
| 25 | <config | 25 | <config | |||
| 26 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 26 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |||
| 27 | xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd" | 27 | xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd" | |||
| 28 | > | 28 | > | |||
| 29 | 29 | |||||
| 30 | <virtualType | 30 | <virtualType | |||
| 31 | name="categoryFilterList" | 31 | name="categoryFilterList" | |||
| 32 | type="Magento\Catalog\Model\Layer\FilterList" | 32 | type="Magento\Catalog\Model\Layer\FilterList" | |||
| 33 | > | 33 | > | |||
| 34 | 34 | |||||
| 35 | <arguments> | 35 | <arguments> | |||
| 36 | 36 | |||||
| 37 | <argument | 37 | <argument | |||
| 38 | name="filters" | 38 | name="filters" | |||
| 39 | xsi:type="array" | 39 | xsi:type="array" | |||
| 40 | > | 40 | > | |||
| 41 | 41 | |||||
| 42 | <item | 42 | <item | |||
| 43 | name="attribute" | 43 | name="attribute" | |||
| 44 | xsi:type="string" | 44 | xsi:type="string" | |||
| 45 | > | 45 | > | |||
| 46 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Attribute | 46 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Attribute | |||
| 47 | </item> | 47 | </item> | |||
| 48 | 48 | |||||
| 49 | <item | 49 | <item | |||
| 50 | name="price" | 50 | name="price" | |||
| 51 | xsi:type="string" | 51 | xsi:type="string" | |||
| 52 | > | 52 | > | |||
| 53 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Price | 53 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Price | |||
| 54 | </item> | 54 | </item> | |||
| 55 | 55 | |||||
| 56 | <item | 56 | <item | |||
| 57 | name="category" | 57 | name="category" | |||
| 58 | xsi:type="string" | 58 | xsi:type="string" | |||
| 59 | > | 59 | > | |||
| 60 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Category | 60 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Category | |||
| 61 | </item> | 61 | </item> | |||
| 62 | 62 | |||||
| 63 | </argument> | 63 | </argument> | |||
| 64 | 64 | |||||
| 65 | </arguments> | 65 | </arguments> | |||
| 66 | 66 | |||||
| 67 | </virtualType> | 67 | </virtualType> | |||
| 68 | 68 | |||||
| 69 | <virtualType | 69 | <virtualType | |||
| 70 | name="searchFilterList" | 70 | name="searchFilterList" | |||
| 71 | type="Magento\Catalog\Model\Layer\FilterList" | 71 | type="Magento\Catalog\Model\Layer\FilterList" | |||
| 72 | > | 72 | > | |||
| 73 | 73 | |||||
| 74 | <arguments> | 74 | <arguments> | |||
| 75 | 75 | |||||
| 76 | <argument | 76 | <argument | |||
| 77 | name="filters" | 77 | name="filters" | |||
| 78 | xsi:type="array" | 78 | xsi:type="array" | |||
| 79 | > | 79 | > | |||
| 80 | 80 | |||||
| 81 | <item | 81 | <item | |||
| 82 | name="attribute" | 82 | name="attribute" | |||
| 83 | xsi:type="string" | 83 | xsi:type="string" | |||
| 84 | > | 84 | > | |||
| 85 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Attribute | 85 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Attribute | |||
| 86 | </item> | 86 | </item> | |||
| 87 | 87 | |||||
| 88 | <item | 88 | <item | |||
| 89 | name="price" | 89 | name="price" | |||
| 90 | xsi:type="string" | 90 | xsi:type="string" | |||
| 91 | > | 91 | > | |||
| 92 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Price | 92 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Price | |||
| 93 | </item> | 93 | </item> | |||
| 94 | 94 | |||||
| 95 | <item | 95 | <item | |||
| 96 | name="category" | 96 | name="category" | |||
| 97 | xsi:type="string" | 97 | xsi:type="string" | |||
| 98 | > | 98 | > | |||
| 99 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Category | 99 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Category | |||
| 100 | </item> | 100 | </item> | |||
| 101 | 101 | |||||
| 102 | </argument> | 102 | </argument> | |||
| 103 | 103 | |||||
| 104 | </arguments> | 104 | </arguments> | |||
| 105 | 105 | |||||
| 106 | </virtualType> | 106 | </virtualType> | |||
| 107 | 107 | |||||
| 108 | <virtualType | 108 | <virtualType | |||
| 109 | name="elasticsearchLayerCategoryItemCollectionProvider" | |||||
| 110 | type="Magento\Elasticsearch\Model\Layer\Category\ItemCollectionProvider" | |||||
| 111 | > | |||||
| 112 | ||||||
| 113 | <arguments> | |||||
| 114 | ||||||
| 115 | <argument | |||||
| 116 | name="factories" | |||||
| 117 | xsi:type="array" | |||||
| 118 | > | |||||
| 119 | ||||||
| 120 | <item | |||||
| 121 | name="elasticsearch7" | |||||
| 122 | xsi:type="object" | |||||
| 123 | > | |||||
| 124 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\CollectionFactory | |||||
| 125 | </item> | |||||
| 126 | ||||||
| 127 | </argument> | |||||
| 128 | ||||||
| 129 | </arguments> | |||||
| 130 | ||||||
| 131 | </virtualType> | |||||
| 132 | ||||||
| 133 | <virtualType | |||||
| 134 | name="elasticsearchLayerSearchItemCollectionProvider" | |||||
| 135 | type="Magento\Elasticsearch\Model\Layer\Search\ItemCollectionProvider" | |||||
| 136 | > | |||||
| 137 | ||||||
| 138 | <arguments> | |||||
| 139 | ||||||
| 140 | <argument | |||||
| 141 | name="factories" | |||||
| 142 | xsi:type="array" | |||||
| 143 | > | |||||
| 144 | ||||||
| 145 | <item | |||||
| 146 | name="elasticsearch7" | |||||
| 147 | xsi:type="object" | |||||
| 148 | > | |||||
| 149 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\CollectionFactory | |||||
| 150 | </item> | |||||
| 151 | ||||||
| 152 | </argument> | |||||
| 153 | ||||||
| 154 | </arguments> | |||||
| 155 | ||||||
| 156 | </virtualType> | |||||
| 157 | ||||||
| 158 | <virtualType | |||||
| 109 | name="Magento\CatalogSearch\Model\ResourceModel\Fulltext\CollectionFactory" | 159 | name="Magento\CatalogSearch\Model\ResourceModel\Fulltext\CollectionFactory" | |||
| 110 | type="Magento\Catalog\Model\ResourceModel\Product\CollectionFactory" | 160 | type="Magento\Catalog\Model\ResourceModel\Product\CollectionFactory" | |||
| 111 | > | 161 | > | |||
| 112 | 162 | |||||
| 113 | <arguments> | 163 | <arguments> | |||
| 114 | 164 | |||||
| 115 | <argument | 165 | <argument | |||
| 116 | name="instanceName" | 166 | name="instanceName" | |||
| 117 | xsi:type="string" | 167 | xsi:type="string" | |||
| 118 | > | 168 | > | |||
| 119 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\Collection | 169 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\Collection | |||
| 120 | </argument> | 170 | </argument> | |||
| 121 | 171 | |||||
| 122 | </arguments> | 172 | </arguments> | |||
| 123 | 173 | |||||
| 124 | </virtualType> | 174 | </virtualType> | |||
| 125 | 175 | |||||
| 126 | <virtualType | 176 | <virtualType | |||
| 127 | name="Magento\CatalogSearch\Model\ResourceModel\Fulltext\SearchCollection" | 177 | name="Magento\CatalogSearch\Model\ResourceModel\Fulltext\SearchCollection" | |||
| 128 | type="Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\Collection" | 178 | type="Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\Collection" | |||
| 129 | > | 179 | > | |||
| 130 | 180 | |||||
| 131 | <arguments> | 181 | <arguments> | |||
| 132 | 182 | |||||
| 133 | <argument | 183 | <argument | |||
| 134 | name="searchRequestName" | 184 | name="searchRequestName" | |||
| 135 | xsi:type="string" | 185 | xsi:type="string" | |||
| 136 | > | 186 | > | |||
| 137 | quick_search_container | 187 | quick_search_container | |||
| 138 | </argument> | 188 | </argument> | |||
| 139 | 189 | |||||
| 140 | </arguments> | 190 | </arguments> | |||
| 141 | 191 | |||||
| 142 | </virtualType> | 192 | </virtualType> | |||
| 193 | ||||||
| 194 | <virtualType | |||||
| 195 | name="elasticsearchLayerCategoryItemCollectionProvider" | |||||
| 196 | type="Magento\Elasticsearch\Model\Layer\Category\ItemCollectionProvider" | |||||
| 197 | > | |||||
| 198 | ||||||
| 199 | <arguments> | |||||
| 200 | ||||||
| 201 | <argument | |||||
| 202 | name="factories" | |||||
| 203 | xsi:type="array" | |||||
| 204 | > | |||||
| 205 | ||||||
| 206 | <item | |||||
| 207 | name="elasticsearch6" | |||||
| 208 | xsi:type="object" | |||||
| 209 | > | |||||
| 210 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\CollectionFactory | |||||
| 211 | </item> | |||||
| 212 | ||||||
| 213 | </argument> | |||||
| 214 | ||||||
| 215 | </arguments> | |||||
| 216 | ||||||
| 217 | </virtualType> | |||||
| 218 | ||||||
| 219 | <virtualType | |||||
| 220 | name="elasticsearchLayerSearchItemCollectionProvider" | |||||
| 221 | type="Magento\Elasticsearch\Model\Layer\Search\ItemCollectionProvider" | |||||
| 222 | > | |||||
| 223 | ||||||
| 224 | <arguments> | |||||
| 225 | ||||||
| 226 | <argument | |||||
| 227 | name="factories" | |||||
| 228 | xsi:type="array" | |||||
| 229 | > | |||||
| 230 | ||||||
| 231 | <item | |||||
| 232 | name="elasticsearch6" | |||||
| 233 | xsi:type="object" | |||||
| 234 | > | |||||
| 235 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\CollectionFactory | |||||
| 236 | </item> | |||||
| 237 | ||||||
| 238 | </argument> | |||||
| 239 | ||||||
| 240 | </arguments> | |||||
| 241 | ||||||
| 242 | </virtualType> | |||||
| 243 | ||||||
| 244 | ||||||
| 245 | <type | |||||
| 246 | name="Magento\Framework\App\PageCache\Identifier" | |||||
| 247 | > | |||||
| 248 | ||||||
| 249 | <plugin | |||||
| 250 | name="mplayerPagecacheIdentifier" | |||||
| 251 | type="Mageplaza\LayeredNavigation\Plugin\PageCache\Identifier" | |||||
| 252 | /> | |||||
| 253 | ||||||
| 254 | </type> | |||||
| 255 | ||||||
| 256 | <type | |||||
| 257 | name="Magento\Framework\App\PageCache\Kernel" | |||||
| 258 | > | |||||
| 259 | ||||||
| 260 | <plugin | |||||
| 261 | name="mplayerProcessRequest" | |||||
| 262 | type="Mageplaza\LayeredNavigation\Plugin\PageCache\ProcessRequest" | |||||
| 263 | /> | |||||
| 264 | ||||||
| 265 | </type> | |||||
| 143 | </config> | 266 | </config> |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.