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

Command icon 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

nicxvan created an issue.

nicxvan’s picture

I 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.

ARUN AK made their first commit to this issue’s fork.