Active
Project:
Previous/Next API
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Jan 2023 at 21:12 UTC
Updated:
1 Jun 2023 at 10:50 UTC
Jump to comment: Most recent
There is no drush command to reindex.
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.