|
4 | 4 | <algoliasearch translate="label" module="algoliasearch">
|
5 | 5 | <label>
|
6 | 6 | <![CDATA[
|
7 |
| - Algolia Search 1.11.1 |
| 7 | + Algolia Search 1.12.0 |
8 | 8 | <style>
|
9 | 9 | .algoliasearch-admin-menu span {
|
10 | 10 | padding-left: 38px !important;
|
|
939 | 939 | <table>
|
940 | 940 | <tr>
|
941 | 941 | <td>Synonyms documentation:</td>
|
942 |
| - <td><a target="_blank" href="https://www.algolia.com/doc/synonyms/?utm_source=magento&utm_medium=extension&utm_campaign=magento_1&utm_term=shop-owner&utm_content=doc-link">https://www.algolia.com/doc/synonyms</a></td> |
| 942 | + <td><a target="_blank" href="https://www.algolia.com/doc/guides/textual-relevance/synonyms/?utm_source=magento&utm_medium=extension&utm_campaign=magento_1&utm_term=shop-owner&utm_content=doc-link">https://www.algolia.com/doc/guides/textual-relevance/synonyms/</a></td> |
943 | 943 | </tr>
|
944 | 944 | </table>
|
945 | 945 | <br>
|
|
975 | 975 | Synonyms are defined by a comma-separated list of words that should be considered equivalent by the Algolia engine.<br>
|
976 | 976 | For instance: <code>tv, television, tv set</code><br>
|
977 | 977 | Using that set, if a record contains “television” and a user searches for “TV”, this record will be returned.<br>
|
978 |
| - Documentation: <a href="https://www.algolia.com/doc/synonyms#synonyms" target="_blank">https://www.algolia.com/doc/synonyms#synonyms</a> |
| 978 | + Documentation: <a href="https://www.algolia.com/doc/guides/textual-relevance/synonyms/#regular-synonyms" target="_blank">https://www.algolia.com/doc/guides/textual-relevance/synonyms/#regular-synonyms</a> |
979 | 979 | ]]>
|
980 | 980 | </comment>
|
981 | 981 | </synonyms>
|
|
992 | 992 | One-way synonyms allow you to define alternative words for a search term, which are not synonyms to each others.<br>
|
993 | 993 | Let’s take an example: when a user searches for “tablet”, you want him to be able to find iPads and Galaxy Note tablets alike, but you might not want Android tablets to show up when he searches for “iPad”.<br>
|
994 | 994 | To do this, you’d define a one-way synonyms set between <code>tablet</code> (as input) and <code>ipad, galaxy note</code> (as synonyms). When the user types in “tablet”, records containing “iPad” and “Galaxy Note” will be returned. However records containing only “tablet” or “Galaxy Note” won’t be returned if he searches for “iPad”.<br>
|
995 |
| - Documentation: <a href="https://www.algolia.com/doc/synonyms#one-way-synonyms" target="_blank">https://www.algolia.com/doc/synonyms#one-way-synonyms</a> |
| 995 | + Documentation: <a href="https://www.algolia.com/doc/guides/textual-relevance/synonyms/#one-way-synonyms" target="_blank">https://www.algolia.com/doc/guides/textual-relevance/synonyms/#one-way-synonyms</a> |
996 | 996 | <br>
|
997 | 997 | <br>
|
998 | 998 | Algolia offers more synonymys’ types - placeholders and alternative corrections. These types can be managed directly from your <a href="https://www.algolia.com/dashboard" target="_blank">Algolia’s dashboard</a>.
|
|
1093 | 1093 | <show_in_store>1</show_in_store>
|
1094 | 1094 | <comment>Choose here if the algolia logo is added to the drop-down template.</comment>
|
1095 | 1095 | </remove_branding>
|
| 1096 | + <show_queue_notification translate="label comment"> |
| 1097 | + <label>Show queue information panel in administration header</label> |
| 1098 | + <frontend_type>select</frontend_type> |
| 1099 | + <source_model>adminhtml/system_config_source_yesno</source_model> |
| 1100 | + <sort_order>45</sort_order> |
| 1101 | + <show_in_default>1</show_in_default> |
| 1102 | + <show_in_website>1</show_in_website> |
| 1103 | + <show_in_store>1</show_in_store> |
| 1104 | + </show_queue_notification> |
1096 | 1105 | <autocomplete_selector translate="label comment">
|
1097 | 1106 | <label>Search input DOM Selector</label>
|
1098 | 1107 | <frontend_type>text</frontend_type>
|
|
1134 | 1143 | ]]>
|
1135 | 1144 | </comment>
|
1136 | 1145 | </index_all_category_product_on_category_update>
|
| 1146 | + <prevent_backend_rendering translate="label comment"> |
| 1147 | + <label>Prevent backend rendering?</label> |
| 1148 | + <frontend_type>select</frontend_type> |
| 1149 | + <source_model>adminhtml/system_config_source_yesno</source_model> |
| 1150 | + <sort_order>90</sort_order> |
| 1151 | + <show_in_default>1</show_in_default> |
| 1152 | + <show_in_website>1</show_in_website> |
| 1153 | + <show_in_store>1</show_in_store> |
| 1154 | + <comment> |
| 1155 | + <![CDATA[ |
| 1156 | + <span class="algolia-config-warning">⚠</span> |
| 1157 | + By preventing your store from backend rendering you might break your SEO and accessibility of your store by search crawlers. Please, read documentation before you turn the backend rendering off: |
| 1158 | + <a target="_blank" href="https://community.algolia.com/magento/doc/m1/prevent-backend-rendering/?utm_source=magento&utm_medium=extension&utm_campaign=magento_1&utm_term=shop-owner&utm_content=doc-link">Prevent Backend Rendering documentation</a> |
| 1159 | + ]]> |
| 1160 | + </comment> |
| 1161 | + </prevent_backend_rendering> |
| 1162 | + <backend_rendering_allowed_user_agents translate="label comment"> |
| 1163 | + <label>Allow backend rendering for User Agents:</label> |
| 1164 | + <frontend_type>textarea</frontend_type> |
| 1165 | + <sort_order>100</sort_order> |
| 1166 | + <show_in_default>1</show_in_default> |
| 1167 | + <show_in_website>1</show_in_website> |
| 1168 | + <show_in_store>1</show_in_store> |
| 1169 | + <comment> |
| 1170 | + <![CDATA[ |
| 1171 | + To specify multiple User-Agents, please put one User-Agent per line. |
| 1172 | + ]]> |
| 1173 | + </comment> |
| 1174 | + <depends><prevent_backend_rendering>1</prevent_backend_rendering></depends> |
| 1175 | + </backend_rendering_allowed_user_agents> |
1137 | 1176 | </fields>
|
1138 | 1177 | </advanced>
|
1139 | 1178 | <advanced_settings translate="label">
|
|
1153 | 1192 | Example: <code>{"exactOnSingleWordQuery":"word"}</code>
|
1154 | 1193 | </p>
|
1155 | 1194 |
|
1156 |
| - <p>List of possible settings: <a href="https://www.algolia.com/doc/api-client/default/settings/#index-settings-parameters" target="_blank">https://www.algolia.com/doc/api-client/default/settings/#index-settings-parameters</a></p> |
| 1195 | + <p>List of possible settings: <a href="https://www.algolia.com/doc/api-reference/settings-api-parameters/#index-settings-parameters" target="_blank">https://www.algolia.com/doc/api-reference/settings-api-parameters/#index-settings-parameters</a></p> |
1157 | 1196 |
|
1158 | 1197 | <p><span class="algolia-config-warning">⚠</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>
|
1159 | 1198 | ]]>
|
|
0 commit comments