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

Wrong order of indexers #19

Open
avstudnitz opened this issue Oct 11, 2015 · 0 comments
Open

Wrong order of indexers #19

avstudnitz opened this issue Oct 11, 2015 · 0 comments

Comments

@avstudnitz
Copy link
Contributor

While integrating a special indexer mode with AvS_FastSimpleImport (see branch feature/asyncindex), I had some issues with products not indexing correctly. The problem was the wrong order of Index Processes. Some processes (i.e. catalogsearch_fulltext) depend on the cataloginventory_stock process having run before (in detail: they need an entry in the db table cataloginventory_stock_status). I don't know yet why, but the core indexer seems to be using a different order (I assume it handles one event after the next, and as the stockItem uses a seperate event, this is processed first).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant