-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Forwardport] [BUGFIX] Added row_id to the flat action indexer so the value isn't s… #8 #15830
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
[Forwardport] [BUGFIX] Added row_id to the flat action indexer so the value isn't s… #8 #15830
Conversation
…or new products when using index on save
|
@lewisvoncken Could you please check what cause failed travis? Thanks, |
|
@chirag-wagento please fix failed tests. |
|
@orlangur I can see Connection time out error in travis. Thanks |
|
Any update in this PR? Thanks |
|
@orlangur can you give me failed travis update? Thanks |
|
@chirag-wagento restarted build. |
|
@orlangur I can see Connection time out error in travis. Thanks |
orlangur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chirag-wagento Travis CI timeouts are not fixable by rerun.
Changes approved.
|
Hi @orlangur Any update in this PR? Thanks |
|
Hello @orlangur Any update in this PR? Thanks |
|
Hi @orlangur |
|
Hi @chirag-wagento , looks like your repository or branch was removed. I'm closing this PR, please, create the new one if you wish to continue. |
Original Pull Request
#15010
reopen #13446
…et to 0 for new products when using index on save
Description
If you use the
\Magento\Framework\Api\SearchCriteriaBuilderand the flat product row_id is set to 0. The product isn't shown in the getList of the ProductRepositoryManual testing scenarios
Issue was in the Commerce (EE) version but can be solved in the Open Source Codebase
Stores > Settings > Configuration > Catalog > Catalog > Storefront > Use Flat Catalog Productphp bin/magento indexer:reindex catalog_product_flatSystem > Tools > Index Management > Select all and select the action Update on SavetesttesttestBesides looking in the database you could create a simpel collection by using the SearchCritieria and the ProductRepository
Contribution checklist