Releases: scandipwa/catalog-graphql
More breadcrumbs, Item with same ID patch
In this patch, few common issues were resolved:
- M2.3.5 core bug related to duplicate-item IDs in collection
- Added new field
category_is_active
to escape linking to in-active categories
Breadcrumbs patch
Added URL rewrite to response of Breadcrumbs type. To get it, use category_url
field on Breadcrumbs
type.
Query complexity bump-up
Many users reported query complexity issue breaking PDP. Temporary increasing the limit to patch the issue. Was unable to reproduce the issue on local machine.
Current limit changed from 300
to 600
. Which is definitely too high!
Added bundle products support
In this release, support for bundle products has been added.
Fixed "new" product filter
The filters: news_from_date
and news_to_date
added to schema. This allows new product widget to function properly.
ElasticSearch utilisation for main product query request
In this version we went back to our "roots" and removed multiple customisations added through-out the years of development. We are now a little bit closer to Magento 2.3.5 native implementation.
Next step - switch to aggregations on Frontend - 2.12.1 will contain the necessary adjustments to get them return swatch data.
Added support for URL rewrites
The field url
has been added to Category and Product interfaces. It returns URL rewrite assigned to the product.
Price group support
In this release, the price groups support was implemented. Use customer_group_id
to request it.
Disabled product support
Direct filtering by entity_id will not toggle processing the collection via collection processor.
Price filter issue patch
Filtering by price was causing issues - now it is resolved.