Add drush command to rebuild index

Created on 28 August 2024, 7 months ago

Problem/Motivation

When installing this module on an existing site with several menu items we wanted to process the rebuild index job via drush instead of through the admin interface.

Proposed resolution

Add drush command so that the index can be built via cli.

✨ Feature request
Status

Active

Version

1.0

Component

Code

Created by

🇳🇿New Zealand ericgsmith

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @ericgsmith
  • Issue was unassigned.
  • Status changed to Needs review 7 months ago
  • 🇳🇿New Zealand ericgsmith

    I have tested this with Drush 13 / PHP 8.3

    Help command:

    drush help menu-entity-index:rebuild-index
    
    Rebuild index.
    
    Examples:
     menu-entity-index:rebuild-tracker      Rebuild the index for all tracked menus.      
     menu-entity-index:rebuild-tracker main Rebuild the index for a menu with ID of main. 
    
    Arguments:
     [menu] Menu id 
    

    Indexing without argument:

    drush menu-entity-index:rebuild-index     
    >  [notice] Scanning 131 menu links for referenced entities.
    >  [notice] Completed scanning of menu links.
    

    Indexing with argument:

    drush menu-entity-index:rebuild-index main
    >  [notice] Scanning 131 menu links for referenced entities.
    >  [notice] Completed scanning of menu links.
    

    Attempting to index menu that does not exist:

    drush menu-entity-index:rebuild-index foobar   
                                                                                                                            
     [ERROR] Menu foobar is not a valid tracked menu.        
    
  • 🇫🇷France Jérôme Dehorter Lille

    Hi,
    The patch works with Drupal 10.3 and MIE 8.x-1.6
    Thanks

  • 🇫🇷France Jérôme Dehorter Lille

    Hi,
    I use menu-entity-index:rebuild-index main to index my main menu but I need to index moderation statefor unpublished content. Index with the form works well but command menu-entity-index:rebuild-tracker not working.

    Command "menu-entity-index:rebuild-tracker" is not defined.

    Can you tell me how to do that ?

Production build 0.71.5 2024