63. 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.

63.1 Files compared

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

63.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1726
Changed00
Inserted00
Removed00

63.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

63.4 Active regular expressions

No regular expressions were active.

63.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:module:Magento_Config:etc/system_file.xsd" 27  xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"
28 > 28 >
29       29      
30  <system> 30  <system>
31            31           
32   <section  32   <section 
33    id="mpsearch"  33    id="mpsearch" 
34    translate="label"  34    translate="label" 
35    sortOrder="130"  35    sortOrder="130" 
36    showInDefault="1"  36    showInDefault="1" 
37    showInWebsite="1"  37    showInWebsite="1" 
38    showInStore="1" 38    showInStore="1"
39   > 39   >
40                 40                
41    <label> 41    <label>
42     Search 42     Search
43    </label> 43    </label>
44                 44                
45    <tab> 45    <tab>
46     mageplaza 46     mageplaza
47    </tab> 47    </tab>
48                 48                
49    <resource> 49    <resource>
50     Mageplaza_Search::configuration 50     Mageplaza_Search::configuration
51    </resource> 51    </resource>
52                 52                
53    <group  53    <group 
54     id="general"  54     id="general" 
55     translate="label"  55     translate="label" 
56     type="text 56     type="text
57     sortOrder="500"  57     sortOrder="500" 
58     showInDefault="1"  58     showInDefault="1" 
59     showInWebsite="1"  59     showInWebsite="1" 
60     showInStore="1" 60     showInStore="1"
61    > 61    >
62                      62                     
63     <label> 63     <label>
64      General 64      General
65     </label> 65     </label>
66                      66                     
67     <field  67     <field 
68      id="enabled"  68      id="enabled" 
69      translate="label"  69      translate="label" 
70      type="select"  70      type="select" 
71      sortOrder="1"  71      sortOrder="1" 
72      showInDefault="1"  72      showInDefault="1" 
73      showInWebsite="1"  73      showInWebsite="1" 
74      showInStore="1"  74      showInStore="1" 
75      canRestore="1" 75      canRestore="1"
76     > 76     >
77                           77                          
78      <label> 78      <label>
79       Enable 79       Enable
80      </label> 80      </label>
81                           81                          
82      <source_model> 82      <source_model>
83       Magento\Config\Model\Config\Source\Yesno 83       Magento\Config\Model\Config\Source\Yesno
84      </source_model> 84      </source_model>
85                       85                      
86     </field> 86     </field>
87                      87                     
88     <field  88     <field 
89      id="max_query_results"  89      id="max_query_results" 
90      translate="label comment"  90      translate="label comment" 
91      type="text 91      type="text
92      sortOrder="10"  92      sortOrder="10" 
93      showInDefault="1"  93      showInDefault="1" 
94      showInWebsite="1"  94      showInWebsite="1" 
95      showInStore="1"  95      showInStore="1" 
96      canRestore="1" 96      canRestore="1"
97     > 97     >
98                           98                          
99      <label> 99      <label>
100       Maximum Number of Search Results 100       Maximum Number of Search Results
101      </label> 101      </label>
102                           102                          
103      <validate> 103      <validate>
104       required-entry validate-digits validate-greater-than-zero 104       required-entry validate-digits validate-greater-than-zero
105      </validate> 105      </validate>
106                           106                          
107      <comment> 107      <comment>
108       By Default, it shows 10 search results 108       By Default, it shows 10 search results
109      </comment> 109      </comment>
110                       110                      
111     </field> 111     </field>
112                      112                     
113     <field  113     <field 
114      id="max_letter_numbers"  114      id="max_letter_numbers" 
115      translate="label comment"  115      translate="label comment" 
116      type="text 116      type="text
117      sortOrder="20"  117      sortOrder="20" 
118      showInDefault="1"  118      showInDefault="1" 
119      showInWebsite="1"  119      showInWebsite="1" 
120      showInStore="1"  120      showInStore="1" 
121      canRestore="1" 121      canRestore="1"
122     > 122     >
123                           123                          
124      <label> 124      <label>
125       Limit number of characters in description section 125       Limit number of characters in description section
126      </label> 126      </label>
127                           127                          
128      <validate> 128      <validate>
129       validate-greater-than-zero required-entry validate-digits 129       validate-greater-than-zero required-entry validate-digits
130      </validate> 130      </validate>
131                           131                          
132      <comment> 132      <comment>
133       Limit the length of short description 133       Limit the length of short description
134      </comment> 134      </comment>
135                       135                      
136     </field> 136     </field>
137                      137                     
138     <field  138     <field 
139      id="display"  139      id="display" 
140      translate="label"  140      translate="label" 
141      type="multiselect"  141      type="multiselect" 
142      sortOrder="40"  142      sortOrder="40" 
143      showInDefault="1"  143      showInDefault="1" 
144      showInWebsite="1"  144      showInWebsite="1" 
145      showInStore="1"  145      showInStore="1" 
146      canRestore="1" 146      canRestore="1"
147     > 147     >
148                           148                          
149      <label> 149      <label>
150       Information Display 150       Information Display
151      </label> 151      </label>
152                           152                          
153      <source_model> 153      <source_model>
154       Mageplaza\Search\Model\Config\Source\Display 154       Mageplaza\Search\Model\Config\Source\Display
155      </source_model> 155      </source_model>
156                       156                      
157     </field> 157     </field>
158                      158                     
159     <field  159     <field 
160      id="reindex_search"  160      id="reindex_search" 
161      translate="label"  161      translate="label" 
162      type="select"  162      type="select" 
163      sortOrder="50"  163      sortOrder="50" 
164      showInDefault="1"  164      showInDefault="1" 
165      showInWebsite="1"  165      showInWebsite="1" 
166      showInStore="1"  166      showInStore="1" 
167      canRestore="1" 167      canRestore="1"
168     > 168     >
169                           169                          
170      <label> 170      <label>
171       Reindex Search database 171       Reindex Search database
172      </label> 172      </label>
173                           173                          
174      <source_model> 174      <source_model>
175       Mageplaza\Search\Model\Config\Source\Reindex 175       Mageplaza\Search\Model\Config\Source\Reindex
176      </source_model> 176      </source_model>
177                           177                          
178      <comment> 178      <comment>
179       <![CDATA[<strong>After product save</strong> option is good choice for store has less than 3,000 products. 179       <![CDATA[<strong>After product save</strong> option is good choice for store has less than 3,000 products.
180                          If your store has more than 3,000 SKUs, you should switch to Cron job, it runs daily at 0AM your server time.]]> 180                          If your store has more than 3,000 SKUs, you should switch to Cron job, it runs daily at 0AM your server time.]]>
181      </comment> 181      </comment>
182                       182                      
183     </field> 183     </field>
184                      184                     
185     <field  185     <field 
186      id="btn_reindex"  186      id="btn_reindex" 
187      translate="button_label"  187      translate="button_label" 
188      sortOrder="55"  188      sortOrder="55" 
189      showInDefault="1"  189      showInDefault="1" 
190      showInWebsite="1"  190      showInWebsite="1" 
191      showInStore="1" 191      showInStore="1"
192     > 192     >
193                           193                          
194      <button_label> 194      <button_label>
195       Reindex Search Data 195       Reindex Search Data
196      </button_label> 196      </button_label>
197                           197                          
198      <button_url> 198      <button_url>
199       mpsearch/search/generate 199       mpsearch/search/generate
200      </button_url> 200      </button_url>
201                           201                          
202      <frontend_model> 202      <frontend_model>
203       Mageplaza\Search\Block\Adminhtml\System\Config\Button 203       Mageplaza\Search\Block\Adminhtml\System\Config\Button
204      </frontend_model> 204      </frontend_model>
205                           205                          
206      <depends> 206      <depends>
207                                207                               
208       <field  208       <field 
209        id="enabled" 209        id="enabled"
210       > 210       >
211        1 211        1
212       </field> 212       </field>
213                                213                               
214       <field  214       <field 
215        id="reindex_search" 215        id="reindex_search"
216       > 216       >
217        manual 217        manual
218       </field> 218       </field>
219                            219                           
220      </depends> 220      </depends>
221                       221                      
222     </field> 222     </field>
223                      223                     
224     <group  224     <group 
225      id="category"  225      id="category" 
226      translate="label"  226      translate="label" 
227      showInDefault="1"  227      showInDefault="1" 
228      sortOrder="100"  228      sortOrder="100" 
229      showInWebsite="1"  229      showInWebsite="1" 
230      showInStore="1" 230      showInStore="1"
231     > 231     >
232                           232                          
233      <label> 233      <label>
234       Search by category configuration 234       Search by category configuration
235      </label> 235      </label>
236                           236                          
237      <field  237      <field 
238       id="enable 238       id="enable
239       translate="label"  239       translate="label" 
240       type="select"  240       type="select" 
241       sortOrder="10"  241       sortOrder="10" 
242       showInDefault="1"  242       showInDefault="1" 
243       showInWebsite="1"  243       showInWebsite="1" 
244       showInStore="1"  244       showInStore="1" 
245       canRestore="1" 245       canRestore="1"
246      > 246      >
247                                247                               
248       <label> 248       <label>
249        Enable Search By Category 249        Enable Search By Category
250       </label> 250       </label>
251                                251                               
252       <source_model> 252       <source_model>
253        Magento\Config\Model\Config\Source\Yesno 253        Magento\Config\Model\Config\Source\Yesno
254       </source_model> 254       </source_model>
255                            255                           
256      </field> 256      </field>
257                           257                          
258      <field  258      <field 
259       id="max_depth"  259       id="max_depth" 
260       translate="label"  260       translate="label" 
261       type="text 261       type="text
262       sortOrder="20"  262       sortOrder="20" 
263       showInDefault="1"  263       showInDefault="1" 
264       showInWebsite="1"  264       showInWebsite="1" 
265       showInStore="1"  265       showInStore="1" 
266       canRestore="1" 266       canRestore="1"
267      > 267      >
268                                268                               
269       <label> 269       <label>
270        Maximal Depth 270        Maximal Depth
271       </label> 271       </label>
272                                272                               
273       <depends> 273       <depends>
274                                     274                                    
275        <field  275        <field 
276         id="enable" 276         id="enable"
277        > 277        >
278         1 278         1
279        </field> 279        </field>
280                                 280                                
281       </depends> 281       </depends>
282                                282                               
283       <validate> 283       <validate>
284        validate-greater-than-zero required-entry validate-digits 284        validate-greater-than-zero required-entry validate-digits
285       </validate> 285       </validate>
286                            286                           
287      </field> 287      </field>
288                       288                      
289     </group> 289     </group>
290                      290                     
291     <group  291     <group 
292      id="search_by"  292      id="search_by" 
293      translate="label"  293      translate="label" 
294      showInDefault="1"  294      showInDefault="1" 
295      sortOrder="100"  295      sortOrder="100" 
296      showInWebsite="1"  296      showInWebsite="1" 
297      showInStore="1" 297      showInStore="1"
298     > 298     >
299                           299                          
300      <label> 300      <label>
301       Search Suggestion 301       Search Suggestion
302      </label> 302      </label>
303                           303                          
304      <field  304      <field 
305       id="enable 305       id="enable
306       translate="label"  306       translate="label" 
307       type="select"  307       type="select" 
308       sortOrder="10"  308       sortOrder="10" 
309       showInDefault="1"  309       showInDefault="1" 
310       showInWebsite="1"  310       showInWebsite="1" 
311       showInStore="1"  311       showInStore="1" 
312       canRestore="1" 312       canRestore="1"
313      > 313      >
314                                314                               
315       <label> 315       <label>
316        Enable Search Suggestion 316        Enable Search Suggestion
317       </label> 317       </label>
318                                318                               
319       <source_model> 319       <source_model>
320        Magento\Config\Model\Config\Source\Yesno 320        Magento\Config\Model\Config\Source\Yesno
321       </source_model> 321       </source_model>
322                            322                           
323      </field> 323      </field>
324                           324                          
325      <field  325      <field 
326       id="sort_by"  326       id="sort_by" 
327       translate="label"  327       translate="label" 
328       type="select"  328       type="select" 
329       sortOrder="20"  329       sortOrder="20" 
330       showInDefault="1"  330       showInDefault="1" 
331       showInWebsite="1"  331       showInWebsite="1" 
332       showInStore="1"  332       showInStore="1" 
333       canRestore="1" 333       canRestore="1"
334      > 334      >
335                                335                               
336       <label> 336       <label>
337        Sort by 337        Sort by
338       </label> 338       </label>
339                                339                               
340       <source_model> 340       <source_model>
341        Mageplaza\Search\Model\Config\Source\Search 341        Mageplaza\Search\Model\Config\Source\Search
342       </source_model> 342       </source_model>
343                                343                               
344       <depends> 344       <depends>
345                                     345                                    
346        <field  346        <field 
347         id="enable" 347         id="enable"
348        > 348        >
349         1 349         1
350        </field> 350        </field>
351                                 351                                
352       </depends> 352       </depends>
353                            353                           
354      </field> 354      </field>
355                       355                      
356     </group> 356     </group>
357                  357                 
358    </group> 358    </group>
359             359            
360   </section> 360   </section>
361        361       
362  </system> 362  </system>
363 </config> 363 </config>