Problem/Motivation
There is no drush command to reindex.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork prev_next-3333959
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
nicxvan commentedI added a drush command and batch for updating included content types.
I noticed that the getBundleTypes method returns all bundle types, not just included bundles.
I added a new getIncludedBundleTypes method.
I also added a drush and batch to act on those to allow updating
Drush command pnau (Previous Next API update)
I also noticed the number of items to update on cron and cron are not used.