Skip to content

Commit 9122d44

Browse files
authored
Merge pull request #1575 from algolia/feature/MAGE-961
MAGE-961 Clarify current backend rendering behavior
2 parents 1f3ef16 + ff86d31 commit 9122d44

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

etc/adminhtml/system.xml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,17 +1264,6 @@
12641264
]]>
12651265
</comment>
12661266
</field>
1267-
<field id="make_seo_request" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
1268-
<label>Make a backend search query</label>
1269-
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
1270-
<comment>
1271-
<![CDATA[
1272-
Do you want Algolia to perform backend search queries on the search results page?<br>
1273-
Algolia works only on the frontend and by default it us up to Magento to fetch the results for backend rendered pages.
1274-
Activate this to let Algolia return results to Magento's backend rendered pages.
1275-
]]>
1276-
</comment>
1277-
</field>
12781267
<field id="remove_branding" translate="label comment" type="select" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
12791268
<label>Remove branding logo</label>
12801269
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
@@ -1289,13 +1278,13 @@
12891278
</comment>
12901279
</field>
12911280
<field id="prevent_backend_rendering" translate="label comment" type="select" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1">
1292-
<label>Prevent backend rendering</label>
1281+
<label>Prevent default backend rendering</label>
12931282
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
12941283
<comment>
12951284
<![CDATA[
12961285
<span class="algolia-config-warning">&#9888;</span>
1286+
Algolia injects its search results via InstantSearch in place of default search results. Enable this setting to hide default search results completely.
12971287
By preventing your store from backend rendering you might break your SEO and accessibility of your store by search crawlers.
1298-
Please, read <a target="_blank" href="https://www.algolia.com/doc/integration/magento-2/how-it-works/prevent-back-end-rendering/?utm_source=magento&utm_medium=extension&utm_campaign=magento_2&utm_term=shop-owner&utm_content=doc-link">the documentation</a> before you turn backend rendering off.
12991288
]]>
13001289
</comment>
13011290
</field>

0 commit comments

Comments
 (0)