Skip to content

Commit 7e96409

Browse files
committed
Clarification in Advanced settings in admin
1 parent 1998c91 commit 7e96409

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

etc/adminhtml/system.xml

Lines changed: 8 additions & 8 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>
@@ -1325,37 +1325,37 @@
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 setting 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)