Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring of the RepositoryDatasource class and add a datasource for the products #144

Merged
merged 2 commits into from
Jun 30, 2023

Conversation

delyriand
Copy link
Member

Summary

The new product data source only returns activated products that have a channel to index them in ES.

And I refactored the RepositoryDatasource, it always works with a pagnitor. I increase the batch size, by default is 10.

Example

Example, my product with id 10, doesn't have channels:
image

but it is indexed in ES:
image

image

With the new datasource, the product is not indexing:
image

@maximehuran maximehuran merged commit b43674b into monsieurbiz:master Jun 30, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants