|
32 | 32 | <sort_order>10</sort_order> |
33 | 33 | <show_in_default>1</show_in_default> |
34 | 34 | <show_in_website>1</show_in_website> |
35 | | - <show_in_store>1</show_in_store> |
| 35 | + <show_in_store>1</show_in_store> |
36 | 36 | <expanded>1</expanded> |
37 | 37 | <comment> |
38 | 38 | <![CDATA[ |
|
146 | 146 | <show_in_store>1</show_in_store> |
147 | 147 | <comment> |
148 | 148 | <![CDATA[ |
149 | | - If set to Yes, the seach box will display a search-as-you-type drop-down menu. It requires your theme to expose a <code>top.search</code> and <code>content</code> block. |
| 149 | + If set to Yes, the search box will display a search-as-you-type drop-down menu. It requires your theme to expose a <code>top.search</code> and <code>content</code> block. |
150 | 150 | ]]> |
151 | 151 | </comment> |
152 | 152 | </is_popup_enabled> |
|
258 | 258 | <show_in_store>1</show_in_store> |
259 | 259 | <comment> |
260 | 260 | <![CDATA[ |
261 | | - Configure here the pages you don't want to search in.<br><br> |
262 | | - <span style="font-size: 20px; color: #D83900">⚠</span> Do not forget to trigger the Algolia Search indexers whenever you modify those settings. |
| 261 | + Configure here the pages you don't want to search in. |
263 | 262 | ]]> |
264 | 263 | </comment> |
265 | 264 | </excluded_pages> |
| 265 | + <render_template_directives translate="label comment"> |
| 266 | + <label>Render template directives</label> |
| 267 | + <frontend_type>select</frontend_type> |
| 268 | + <source_model>adminhtml/system_config_source_yesno</source_model> |
| 269 | + <sort_order>30</sort_order> |
| 270 | + <show_in_default>1</show_in_default> |
| 271 | + <show_in_website>1</show_in_website> |
| 272 | + <show_in_store>1</show_in_store> |
| 273 | + <comment> |
| 274 | + <![CDATA[ |
| 275 | + For CMS pages, template directives (e.g. <code>{{block type="core/template" ...}}</code>) will be processed by default. Set this to "No" if you don't want to have template content indexed.<br><br> |
| 276 | + <span style="font-size: 20px; color: #D83900">⚠</span> Do not forget to trigger the Algolia Search indexers whenever you modify those settings. |
| 277 | + ]]> |
| 278 | + </comment> |
| 279 | + </render_template_directives> |
266 | 280 | </fields> |
267 | 281 | </autocomplete> |
268 | 282 | <instant> |
|
531 | 545 | <show_in_website>1</show_in_website> |
532 | 546 | <show_in_store>1</show_in_store> |
533 | 547 | <comment><![CDATA[You can specify the size of the images used at the Search Results Page.<br /> |
534 | | - If your images are already present in some size, eg. 265x265, Algolia's index job may not have to resize those, potentially saving time and resources.]]></comment> |
| 548 | + If your images are already present in some size, e.g. 265x265, Algolia's index job may not have to resize those, potentially saving time and resources.]]></comment> |
535 | 549 | </height> |
536 | 550 | <type translate="label comment"> |
537 | 551 | <label>Type</label> |
|
564 | 578 | <show_in_store>1</show_in_store> |
565 | 579 | <comment> |
566 | 580 | <![CDATA[ |
567 | | - If enabled, all inxdexing operations (add, remove & update operations) will be done asynchronously using the CRON mechanism.<br /> |
| 581 | + If enabled, all indexing operations (add, remove & update operations) will be done asynchronously using the CRON mechanism.<br /> |
568 | 582 | <br> |
569 | 583 | To schedule the run you need to add this in your crontab:<br> |
570 | 584 | */5 * * * * php -f /absolute/path/to/magento/shell/indexer.php -- -reindex algolia_queue_runner |
|
0 commit comments