Post Indexer with Multi-DB?

Anything special I need to do in order for Post-Indexer to work with a Multi-DB setup?

I noticed that when it first installed, it wound up in my wp_d4 database. I assume I need to move it to wp_global, and add the tables to my db-config.php script.

Anything else I need to do?

Thanks in advance.

  • Andrew
    • Champion of Loops

    Hiya,

    You pretty much figured it out already :slight_smile:

    1) move the tables to the global table

    2) configure them in db-config.php in the global table section: Ex:

    add_global_table(‘site_posts’:wink:;

    If you configure tables in db-config.php before uploading the plugin then they will be created in the global table.

    Thanks,

    Andrew