67. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-07-12 04:42:38 +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.

67.1 Files compared

#LocationFileLast Modified
1Porto v4.0.5/Theme Files/Porto Theme/app/code/Mageplaza/Search/etcdi.xml2022-06-10 10:42:23 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/code/Mageplaza/Search/etcdi.xml2022-06-10 10:42:59 +0000

67.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1106
Changed00
Inserted00
Removed00

67.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

67.4 Active regular expressions

No regular expressions were active.

67.5 Comparison detail

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_Search 20  * @package     Mageplaza_Search
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  <type  30  <type 
31   name="Magento\Framework\Console\CommandList" 31   name="Magento\Framework\Console\CommandList"
32  > 32  >
33            33           
34   <arguments> 34   <arguments>
35                 35                
36    <argument  36    <argument 
37     name="commands"  37     name="commands" 
38     xsi:type="array" 38     xsi:type="array"
39    > 39    >
40                      40                     
41     <item  41     <item 
42      name="mageplaza_search_data_reindex"  42      name="mageplaza_search_data_reindex" 
43      xsi:type="object" 43      xsi:type="object"
44     > 44     >
45      Mageplaza\Search\Console\Reindex 45      Mageplaza\Search\Console\Reindex
46     </item> 46     </item>
47                  47                 
48    </argument> 48    </argument>
49             49            
50   </arguments> 50   </arguments>
51        51       
52  </type> 52  </type>
53 </config> 53 </config>