Skip to content

Commit 08585ab

Browse files
authored
Merge pull request #1470 from algolia/update/MAGE-820
Update/mage 820
2 parents 00474e6 + fec0977 commit 08585ab

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

etc/adminhtml/system.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@
12621262
<field id="analytics_region" translate="label comment" type="select" sortOrder="96" showInDefault="1">
12631263
<label>Analytics Region</label>
12641264
<source_model>Algolia\AlgoliaSearch\Model\Source\AnalyticsRegion</source_model>
1265-
</field>
1265+
</field>
12661266
<field id="connection_timeout" translate="label comment" type="text" sortOrder="100" showInDefault="1">
12671267
<label>Connection Timeout (In Seconds)</label>
12681268
</field>
@@ -1315,47 +1315,47 @@
13151315
</group>
13161316
</section>
13171317
<section id="algoliasearch_extra_settings" translate="label" type="text" sortOrder="90" showInDefault="1" showInWebsite="1" showInStore="1">
1318-
<label>Advanced - Extra Algolia indices settings</label>
1318+
<label>Advanced Algolia indices settings</label>
13191319
<tab>algolia</tab>
13201320
<resource>Algolia_AlgoliaSearch::algolia_algoliasearch</resource>
13211321
<group id="extra_settings" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
1322-
<label>Advanced - Extra Algolia indices settings</label>
1322+
<label>Advanced Algolia indices settings</label>
13231323
<comment>
13241324
<![CDATA[
13251325
<p>Here, you can specify additional Algolia indices settings which can be applied only programatically via one of Algolia API clients.</p>
13261326
13271327
<p>
1328-
To set extra settings, please fill the right textarea with JSON where you specify the extra settings.<br>
1328+
To set settings, please fill the right textarea with JSON where you specify the settings.<br>
13291329
Example: <code>{"exactOnSingleWordQuery":"word"}</code>
13301330
</p>
1331-
<p><span class="algolia-config-warning">&#9888;</span> Edit extra settings only when you're sure what you're doing. Bad settings can effect your search functionality and have a bad impact on your relevance.</p>
1331+
<p><span class="algolia-config-warning">&#9888;</span> These settings will overwrite existing parameters, not add to them. Proceed to edit these settings only when you're sure what you're doing. Bad settings can effect your search functionality and have a bad impact on your relevance.</p>
13321332
<br/>
13331333
<div class="algolia-admin-content"></div>
13341334
]]>
13351335
</comment>
13361336

13371337
<field id="products_extra_settings" translate="label comment" type="\Algolia\AlgoliaSearch\Model\Textarea" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
13381338
<backend_model>Algolia\AlgoliaSearch\Model\Backend\ExtraSettings</backend_model>
1339-
<label>Products' indices extra settings</label>
1339+
<label>Products' indices settings</label>
13401340
<attribute type="abrala" value="80">
13411341
<value>90</value>
13421342
</attribute>
13431343
</field>
13441344
<field id="categories_extra_settings" translate="label comment" type="\Algolia\AlgoliaSearch\Model\Textarea" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
13451345
<backend_model>Algolia\AlgoliaSearch\Model\Backend\ExtraSettings</backend_model>
1346-
<label>Categories' indices extra settings</label>
1346+
<label>Categories' indices settings</label>
13471347
</field>
13481348
<field id="pages_extra_settings" translate="label comment" type="\Algolia\AlgoliaSearch\Model\Textarea" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
13491349
<backend_model>Algolia\AlgoliaSearch\Model\Backend\ExtraSettings</backend_model>
1350-
<label>Pages' indices extra settings</label>
1350+
<label>Pages' indices settings</label>
13511351
</field>
13521352
<field id="suggestions_extra_settings" translate="label comment" type="\Algolia\AlgoliaSearch\Model\Textarea" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
13531353
<backend_model>Algolia\AlgoliaSearch\Model\Backend\ExtraSettings</backend_model>
1354-
<label>Suggestions' indices extra settings</label>
1354+
<label>Suggestions' indices settings</label>
13551355
</field>
13561356
<field id="additional_sections_extra_settings" translate="label comment" type="\Algolia\AlgoliaSearch\Model\Textarea" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
13571357
<backend_model>Algolia\AlgoliaSearch\Model\Backend\ExtraSettings</backend_model>
1358-
<label>Additional sections' indices extra settings</label>
1358+
<label>Additional sections' indices settings</label>
13591359
</field>
13601360
</group>
13611361
</section>

0 commit comments

Comments
 (0)