Releases: brilliancenw/craft-algolia-sync
Releases · brilliancenw/craft-algolia-sync
5.0.3-alpha
What's Changed
- Add additional array index check by @ggallo909 in #45
New Contributors
- @ggallo909 made their first contribution in #45
Full Changelog: 5.0.2-alpha...5.0.3-alpha
5.0.2-alpha
Support for Multi-site and Multi-language configurations.
When an element is saved, it now adds two new attributes:
- siteIds (array)
- siteHandles (array)
Full Changelog: 5.0.1-alpha...5.0.2-alpha
5.0.1-alpha
- added support for CKEditor
5.0.0-alpha
Full Changelog: 4.5.0-beta...5.0.0-alpha
4.5.0-Beta
significant update
- adding in features to support Commerce Products / Product Types
- bug fixes
3.2.14-beta
- adding support to remove users from the sync index if they are no longer part of a synced member group
3.2.13-beta
Full Changelog: 3.2.12-beta...3.2.13-beta
Updates to support OnSale and SalePrice values for products
3.2.12-beta
Full Changelog: 3.2.11-beta...3.2.12-beta
- Adding support for Products in the bulk loader utilities
3.2.11-beta
What's Changed
- Added support for Hierarchical Categories. Now there will be the field for the flat categories using the field name {{FieldName}} and a separate hierarchical field for nested categories {{FieldName}}_hx. So if your category field name is Genres, there will be a
Genres
field and aGenres_hx
field added to algolia. You can use the "hierarchical menu" to display the filter: https://www.algolia.com/doc/api-reference/widgets/hierarchical-menu/js/
Full Changelog: 3.2.10-beta...3.2.11-beta
v3.2.10-beta
fixing issue with variant queries - if the query returns no results, do not attempt to pull variant information.