Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
None
-
-
Empty show more show less
-
Yes
-
Add-Ons 10
-
8
Description
commercetools implementation of Products.All#fetch doesn't do what is expected, it returns only 500 products (it’s a commercetools maximum)
It’s used in ProductSearchResultSupplier#search method where are the products filtered (if product name contains given query string)
The implementation is quite expensive and doesn’t provide all results.
We should provide API in e-commerce connectors for getting products by name or in general by other criteria.
Dev notes
- Approach 1. Get all and filter
- Approach 2. Fetch product projection to avoid memory issue
- Approach 3. API should fetch by filter
Checklists
Acceptance criteria
Attachments
Issue Links
- is related to
-
ECOMMERCE-191 NoSuchMethodException will be thrown when searching any product of commercetools
-
- Closed
-