You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,38 @@
1
1
## Change Log
2
2
3
+
### 1.7.1
4
+
5
+
#### FEATURES
6
+
- Option to stop the extension from overriding synonyms (#580)
7
+
- New attribute `main_categories` which contains product's category structure without path (#581)
8
+
- Option to index only categories where product actually is without it's parent categories (#584)
9
+
- **Breaks hierarchical widget, use wisely**
10
+
- Option to display popular queries (suggestions) without categories (#586)
11
+
- Option to reindex all category's products on category save (#598)
12
+
- Option to use non-selectable attribute as custom ranking by writing it's name in configuration (#603)
13
+
- Added categories' level attributes to Products' Attributes select boxes so it's possible to use specific levels for relevancy purposes (#621)
14
+
15
+
#### UPDATES
16
+
- Improved relevancy for suggestions by setting [removeWordsIfNoResults](https://www.algolia.com/doc/api-client/php/parameters#removewordsifnoresults) to `lastWords` (#575)
17
+
- All CSS selectors were prefixed with Algolia containers and unused styles were removed (#578)
18
+
- **BC break** - please check the look & feel of your results
19
+
- The note about new version is less agressive and does not feel as error anymore (#579)
20
+
- Bundled products now does not take news dates and special price dates from it's sub-products (#580)
21
+
- New versions of [instantsearch.js](https://github.com/algolia/instantsearch.js) and [autocomplete.js](https://github.com/algolia/autocomplete.js) libraries (#588)
22
+
- Column `data` in `algoliasearch_queue` table changed to LONGTEXT (#596, #597)
23
+
- Optimized number of products processed by removing duplicate products from processing (#599)
24
+
- Enable to select `in_stock` attribute as attribute for faceting (#602)
25
+
- Updated PHP client (#611)
26
+
- Updated "Disable extension" label (#619)
27
+
- Searchable attributes are set as Unordered by default (#624)
28
+
29
+
#### FIXES
30
+
- Info panel with sorting selectbox is now hidden on no results (#576)
31
+
- Issue with decimal numbers displayed in current price refinements (#588)
32
+
- PHP 5.3 compatibility (#605, #608)
33
+
- Displaying all products by clearing all filters by clearAll instantsearch.js widget on instant search category page (#604, #609)
34
+
- Fixed bug when `categories_without_path` was always set as searchable attribute (#621)
Copy file name to clipboardExpand all lines: app/code/community/Algolia/Algoliasearch/Block/System/Config/Form/Field/CustomRankingCategoryAttributes.php
Copy file name to clipboardExpand all lines: app/code/community/Algolia/Algoliasearch/Block/System/Config/Form/Field/CustomRankingProductAttributes.php
0 commit comments